{% sw_extends '@Storefront/storefront/page/content/index.html.twig' %}{# If category page, move breadcrumb to another block #}{% block cms_breadcrumb %} {% if page.cmsPage.name != "Category landing page" and page.cmsPage.name != "Category page" %} <div class="breadcrumb cms-breadcrumb container"> {% sw_include '@Storefront/storefront/layout/breadcrumb.html.twig' with { context: context, category: page.header.navigation.active } only %} </div> {% endif %}{% endblock %}