{% sw_extends '@Storefront/storefront/page/content/index.html.twig' %}
{% block page_content %}
{# {% set breadcrumb = page.header.navigation.active.buildSeoBreadcrumb(context.salesChannel.navigationCategoryId) %}#}
{# {% if controllerAction != ('home') and breadcrumb|length > 1 %}#}
{# <div class="breadcrumb cms-breadcrumb cms-breadcrumb container">#}
{# {% block cms_breadcrumb %}#}
{# {% sw_include '@Storefront/storefront/component/listing/breadcrumb.html.twig' with {#}
{# navigationTree: page.header.navigation.tree,#}
{# category: page.header.navigation.active#}
{# } only %}#}
{# {% endblock %}#}
{# </div>#}
{# {% endif %}#}
<div class="cms-page">
{% block page_content_blocks %}
{% sw_include "@Storefront/storefront/page/content/detail.html.twig" with {'cmsPage': page.cmsPage} %}
{% endblock %}
</div>
{% endblock %}