{% set header_title = 'Action Games' %} {% set background_top = 'assets/images/bg-top-4.png' %} {% set breadcrumbs = [ 'Home', 'Store', 'Action Games' ] %} {% extends 'layouts/layout-1.html' %} {% block content %}
PRICE: -
{% for product in shop %}
{{ product.title }}

{{ product.title }}

{{ product.rating | safe }}
{{ product.text }}
{{ product.price }}
Add to Cart
{% endfor %}

Most Popular

{% for i in [10, 11, 12, 13, 14, 15] %} {% set product = shop[i] %}
{{ product.title }}

{{ product.title }}

{{ product.rating | safe }}
{{ product.price }}
{% endfor %}
{% endblock %}