{% sw_extends '@Storefront/storefront/page/content/index.html.twig' %}
{% block cms_breadcrumb %}
{% set category = page.header.navigation.active %}
{% if category.breadcrumb|length > 1 %}
{{ parent() }}
{% endif %}
{% endblock %}