mostly filebased Content Presentation System
您最多选择25个主题
主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
|
- <div class="cart">
- <a href="/cart">cart</a>
- <repeat group="{{ @cart }}" key="{{ @key }}" value="{{ @value }}">
- <li>{{ @value.amount }} x {{ @value.name }} à {{ @value.price }}</li>
- </repeat>
-
- <a href="/checkout">checkout</a>
-
-
- <script>
-
- </script>
- </div>
|