mostly filebased Content Presentation System
Nie możesz wybrać więcej, niż 25 tematów
Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
|
- <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>
|