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>
|