{% set block_id = 'styles' %} {% include '_shared_store.html' %}
{% for cat in model.category_list.categories %} {% if cat.is_available() %} {% include '_block_store_product_category.html' %} {% endif %} {% endfor %}
{% include '_block_store_basket.html' %}
{% set block_id = 'scripts' %} {% include '_shared_store.html' %}