custom/plugins/NenoCategoryH1/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. {% set categoryH1Config = config('NenoCategoryH1.config')  %}
  3. {% block page_content_blocks %}
  4.     {% if categoryH1Config.nhcHideHome and controllerAction is same as('home') %}
  5.     {% else %}
  6.         {% sw_include "@Storefront/storefront/category-h1.html.twig" %}
  7.     {% endif %}
  8.     {{ parent() }}
  9. {% endblock %}