{% sw_extends '@Storefront/storefront/section/cms-section-block-container.html.twig' %}
{% block section_content_block %}
{# Product heading block is obsolede with theme since it is inside the buy box already #}
{% if block.type != 'product-heading' %}
{{ parent() }}
{% endif %}
{% endblock %}