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