{% extends app_label|add:"/pages/default.html" %} {% load cms_tags sekizai_tags sass_tags %} {% block title %}{{ product.product_name }}{% endblock %} {% block breadcrumb %}{% with extra_ance=product.product_name %} {% include "shop/breadcrumb/default.html" %} {% endwith %}{% endblock %} {% block main-content %}

{% render_model product "product_name" %}

{# the first `render_placeholder` is only required for editing the page #} {% render_placeholder product.placeholder %}{% render_placeholder product.placeholder as product_details %} {% if not product_details %}

Edit this page, then switch into Structure mode and add plugins to placeholder {{ product.placeholder.slot }} .

{% endif %}
{% endblock main-content %}