{% sw_extends '@Storefront/storefront/component/product/listing.html.twig' %}
{% block element_product_listing_wrapper_content %}
{% block headline_product_list %}
<div class="csListing-headline">
<h1>{{page.header.navigation.active.name |upper }} </h1>
</div>
{% endblock %}
{{ parent() }}
{% endblock %}