custom/plugins/ChespackTheme/src/Resources/views/storefront/section/cms-section-default.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/section/cms-section-default.html.twig' %}
  2. {# Added section to the cms block container template #}
  3. {% block section_default_content_block %}
  4.     {% sw_include "@Storefront/storefront/section/cms-section-block-container.html.twig" with {
  5.         section: section
  6.     } %}
  7. {% endblock %}