vendor/creativect/jansen-zaden-theme/src/Resources/views/storefront/page/content/index.html.twig line 1

Open in your IDE?
  1. {% 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 %}