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

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