custom/static-plugins/NdTheme/src/Resources/views/storefront/block/cms-block-section-title.html.twig line 1

Open in your IDE?
  1. {% block block_section_title %}
  2.     {% set element = block.slots.getSlot('main') %}
  3.     <section class="boxed-layout section-p-y p-5">
  4.         {% block block_section_title_inner %}
  5.             {% sw_include "@Storefront/storefront/element/cms-element-" ~ element.type ~ ".html.twig" ignore missing %}
  6.         {% endblock %}
  7.     </section>
  8. {% endblock %}