{% sw_extends '@Storefront/storefront/section/cms-section-block-container.html.twig' %} {# FreeThemeOne 'section/cms-section-block-container.html.twig' #} {# ---------------- START: SET TEMPLATE VARS ---------------- #} {# FreeThemeOne: Set theme variables #} {% set ftProductHeadingPosition = theme_config('ft-product-heading-position') %} {# ---------------- END: SET TEMPLATE VARS ---------------- #} {# FreeThemeOne: Move 'Product heading' to 'component/buy-widget/buy-widget.html.twig' #} {% block section_content_block %} {% if ftProductHeadingPosition == 'buybox' and block.type == 'product-heading' %} {# Clear block #} {% else %} {# Default block #} {{ parent() }} {% endif %} {% endblock %}