custom/plugins/Datablue/src/Resources/views/storefront/page/product-detail/description.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/page/product-detail/description.html.twig' %}
  2. {# Properties ausblenden #}
  3. {% block page_product_detail_description_content_properties %}
  4.     {# {% if page.product.sortedProperties|length > 0 %}
  5.         {% sw_include '@Storefront/storefront/page/product-detail/properties.html.twig' %}
  6.     {% endif %} #}
  7. {% endblock %}