{% sw_extends "@Storefront/storefront/page/content/index.html.twig" %}
{% block cms_breadcrumb %}
{% set breadcrumbCategories = sw_breadcrumb_full(page.header.navigation.active, context.context) %}
{% if breadcrumbCategories|length %}
<div class="breadcrumb cms-breadcrumb container">
{% sw_include '@Storefront/storefront/layout/breadcrumb.html.twig' with {
context: context,
category: page.header.navigation.active
} %}
</div>
{% endif %}
{% endblock %}