custom/plugins/WynTheme/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' %}
  2. {% block cms_breadcrumb %}
  3.   {% set category = page.header.navigation.active %}
  4.   {% set breadcrumbCategories = sw_breadcrumb_full(category, context.context) %}
  5.   {% if breadcrumbCategories|length > 0 %}
  6.     <div class="breadcrumb cms-breadcrumb container">
  7.       {% sw_include '@Storefront/storefront/layout/breadcrumb.html.twig' with {
  8.         context: context,
  9.         category: category
  10.       } only %}
  11.     </div>
  12.   {% endif %}
  13. {% endblock %}