{# file to extend #}{% sw_extends '@Storefront/storefront/page/product-detail/index.html.twig' %}{# ... #}{% block page_product_detail_tabs %} {% if page.dvsnBundle is defined and page.dvsnBundle is iterable and page.dvsnBundle|length > 0 %} {% sw_include '@Storefront/storefront/component/dvsn/bundle/bundles.html.twig' with { 'parent': page.product, 'config': page.dvsnBundleConfiguration, 'bundles': page.dvsnBundle } %} {% endif %} {{ parent() }}{% endblock %}