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

Open in your IDE?
  1. {% block wyn_cms_block_hero_m %}
  2.   {# Element => wyn-hero-m #}
  3.   {% block wyn_cms_block_hero_m_slot_hero %}
  4.     <div class="cms-block-hero-m-slot-image js-trigger-breadcrumb-over-hero">
  5.       {% set element = block.slots.getSlot('hero') %}
  6.       {% sw_include '@Storefront/storefront/element/cms-element-' ~ element.type ~'.html.twig' with {
  7.         'element': element
  8.       } %}
  9.     </div>
  10.   {% endblock %}
  11. {% endblock %}