{% sw_extends '@Storefront/storefront/base.html.twig' %} {% block base_breadcrumb %} {% if page.extensions.notAllowedRoutes.isAllowedRoute('frontend.navigation.page') %} {% sw_include '@Storefront/storefront/layout/breadcrumb.html.twig' with { context: context, themeIconConfig: themeIconConfig, category: page.product.seoCategory } only %} {% endif %} {% endblock %}