custom/apps/AtlKatanaTheme/Resources/views/storefront/section/cms-section-block-container.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/section/cms-section-block-container.html.twig' %}
  2. {% block section_content_block %}
  3.     {# Product heading block is obsolede with theme since it is inside the buy box already #}
  4.     {% if block.type != 'product-heading' %}
  5.         {{ parent() }}
  6.     {% endif %}
  7. {% endblock %}