custom/plugins/WosoThemeAngelshops/src/Resources/views/storefront/page/content/index.html.twig line 7

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/page/content/index.html.twig' %}
  2.             {% block cms_breadcrumb %}
  3.                 <div class="breadcrumb cms-breadcrumb container">
  4.                     {% sw_include '@Storefront/storefront/layout/breadcrumb.html.twig' with {
  5.                         context: context,
  6.                         category: page.header.navigation.active,
  7.             navTree: page.header.navigation.tree
  8.                     } only %}
  9.                 </div>
  10.             {% endblock %}