{% extends 'layout.html' %} {% block title %}{{ model.title }}{% endblock %} {% block page_body %} {% set product = model.product %} {% set permutation = product.get_permutation_selected() %} {% set block_id = 'styles' %} {% include '_shared_store.html' %}

{{ product.get_name() }}

{% include '_block_store_product_price.html' %}
{{ permutation.description }}
{% include '_block_store_basket.html' %}
{% set block_id = 'scripts' %} {% include '_shared_store.html' %} {% endblock %}