vendor/dvdw/events/src/Resources/views/storefront/block/cms-block-webshop-content-block.html.twig line 1

Open in your IDE?
  1. {% if product.customFields.dvdw_product_fields_content %}
  2.     <div class="info-content-block product-detail-content">
  3.         {% sw_include '@Storefront/storefront/page/product-detail/product-content-block.html.twig' with {
  4.             product: product,
  5.             type: type
  6.         } %}
  7.     </div>
  8. {% endif %}