custom/static-plugins/NdVoorwindenTheme/src/Resources/views/storefront/block/cms-block-contact-options.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/block/cms-block-contact-options.html.twig' %}
  2. {% block block_contact_options %}
  3.     <section class="lg:theme-grid">
  4.         {% set element = block.slots.getSlot('main') %}
  5.         <div class="w-full lg:col-start-2 lg:col-span-10">
  6.             {% sw_include "@Storefront/storefront/element/cms-element-" ~ element.type ~ ".html.twig" ignore missing %}
  7.         </div>
  8.     </section>
  9. {% endblock %}