custom/plugins/HBCTheme/src/Resources/views/storefront/component/product/description.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/component/product/description.html.twig' %}
  2. {% block component_product_description_title %}
  3.     <div class="h3 product-detail-description-title">
  4.         {{ product.translated.name }}
  5.     </div>
  6. {% endblock %}