custom/plugins/DreiscSeoPro/src/Resources/views/storefront/base.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/base.html.twig' %}
    
    {% block base_breadcrumb %}
        {# Make sure that we also loda the product variable #}
        {% sw_include '@Storefront/storefront/layout/breadcrumb.html.twig' with {
            context: context,
            category: page.product.seoCategory,
            product: page.product
        } only %}
    {% endblock %}