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

Open in your IDE?
  1. {% sw_extends '@parent/storefront/page/product-detail/index.html.twig' %}
  2. {# Todo: include version mechanism productDetailStylesGeneralVersion #}
  3. {% block page_product_detail_buy %}
  4.     {{ parent() }}
  5.     {% sw_include '@parent/storefront/page/product-detail/sibling-selector.html.twig' %}
  6. {% endblock %}