vendor/store.shopware.com/dkdcmshtmlvideo/src/Resources/views/storefront/block/cms-block-html-video.html.twig line 1

Open in your IDE?
  1. {% block dkd_cms_block_html_video %}
  2.     {% set element = block.slots.getSlot('video') %}
  3.     <div class="col-12">
  4.         {% block dkd_cms_block_html_video_inner %}
  5.             {% sw_include "@Storefront/storefront/element/cms-element-" ~ element.type ~ ".html.twig" ignore missing %}
  6.         {% endblock %}
  7.     </div>
  8. {% endblock %}