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

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/page/content/product-detail.html.twig' %}
  2. {% block base_main_inner %}
  3.     <div class="container-main{% if page.product.manufacturer.translated.customFields.custom_hersteller_color %} product-custom{% endif %}" {% if page.product.manufacturer.translated.customFields.custom_hersteller_color %}style="--tcolor:{{page.product.manufacturer.translated.customFields.custom_hersteller_color}}"{% endif %}> 
  4.         {% block page_content %}
  5.             {{parent()}}
  6.         {% endblock %}
  7.     </div>
  8. {% endblock %}