{% extends 'layout.html' %} {% block title %}{{ model.title }}{% endblock %} {% block page_body %} {% set block_id = 'styles' %} {% include '_shared_store.html' %}
{% for cat in model.category_list.categories %} {% include '_block_store_product_category.html' %} {% endfor %}
{% include '_block_store_basket.html' %}
{% set block_id = 'scripts' %} {% include '_shared_store.html' %} {% endblock %}