custom/plugins/MetallitTheme/src/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.     <h1 class="product-detail-name"
  4.         itemprop="name">
  5.         {% for variation in page.product.variation %}
  6.             {{ variation.option }}
  7.         {% endfor %}
  8.     </h1>
  9. {% endblock %}