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

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/page/product-detail/description.html.twig' %}
  2. {% block page_product_detail_description_content_properties %}
  3.     {% if not theme_config('kara-product-detail-properties-tab') %}
  4.         {{ parent() }}
  5.     {% endif %}
  6. {% endblock %}