vendor/mrpix/shopping-city-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' %}
  2. {% block cms_breadcrumb %}
  3.     {% set category = page.header.navigation.active %}
  4.     {% if category.breadcrumb|length > 1 %}
  5.         {{ parent() }}
  6.     {% endif %}
  7. {% endblock %}