custom/static-plugins/NdVoorwindenTheme/src/Resources/views/storefront/page/product-detail/tabs/details.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/page/product-detail/tabs/base.html.twig' %}
  2. {% block tab_content_placeholder %}
  3.     <div>
  4. {#        <div class="product-detail-description-text wysiwyg"#}
  5. {#             itemprop="description">#}
  6. {#            {{ product.translated.description|raw }}#}
  7. {#        </div>#}
  8.         {% if product.sortedProperties|length > 0 %}
  9.             {% sw_include '@Storefront/storefront/component/product/properties.html.twig' %}
  10.         {% endif %}
  11.     </div>
  12. {% endblock %}