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

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