themes/BootstrapTheme/templates/bundles/SyliusShopBundle/Product/Show/_header.html.twig line 1

Open in your IDE?
  1. {% import '@SyliusShop/Common/Macro/headers.html.twig' as headers %}
  2. <h1 id="sylius-product-name" {{ sylius_test_html_attribute('product-name', product.name) }} class="titre-article-art">
  3.     {{ product.name }}
  4. </h1>