{% sw_extends '@Storefront/storefront/page/content/index.html.twig' %}
{% block base_main_inner %}
<div class="container-main">
{% block page_content %}
<div class="breadcrumb cms-breadcrumb container">
{% block cms_breadcrumb %}
{# @deprecated tag:v6.4.0 parameter `navigationTree` will be removed #}
{% sw_include '@Storefront/storefront/component/listing/breadcrumb.html.twig' with {
context: context,
navigationTree: page.header.navigation.tree,
category: page.header.navigation.active
} only %}
{% endblock %}
</div>
<div class="cms-page">
{% block page_content_blocks %}
{% sw_include "@Storefront/storefront/page/content/detail.html.twig" with {'cmsPage': page.cmsPage} %}
{% endblock %}
</div>
{% endblock %}
</div>
{% endblock %}