custom/static-plugins/NdFashion/src/Resources/views/storefront/block/cms-block-manufacturer-overview.html.twig line 1

Open in your IDE?
  1. {% block block_manufacturer_overview %}
  2.     {% set element = block.slots.getSlot('Main') %}
  3.     {% block block_manufacturer_page_Main_inner %}
  4.         {% sw_include "@Storefront/storefront/element/cms-element-" ~ element.type ~ ".html.twig" ignore missing %}
  5.     {% endblock %}
  6. {% endblock %}