custom/static-plugins/CytexTheme/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 checkBreadcrumb = sw_breadcrumb_full(page.header.navigation.active, context.context) %}
  4.     {% if checkBreadcrumb %}
  5.         {{ parent() }}
  6.     {% endif %}
  7. {% endblock %}