custom/static-plugins/EfbStorefront/Resources/views/storefront/page/product-detail/headline.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/page/product-detail/headline.html.twig' %}
  2. {% block page_product_detail_name %}
  3.     <h2 class="product-detail-name"
  4.         itemprop="name">
  5.         {% if page.product.parent %}
  6.             {{ page.product.parent.translated.name }}
  7.         {% else %}
  8.             {{ page.product.translated.name }}
  9.         {% endif %}
  10.     </h2>
  11. {% endblock %}
  12. {% block page_product_detail_manufacturer %}
  13. {% endblock %}