{% sw_extends '@Storefront/storefront/page/content/index.html.twig' %}
{% block cms_breadcrumb %}
{{ parent() }}
{#% sw_include '@Storefront/storefront/component/listing/breadcrumb.html.twig' with {
navigationTree: page.header.navigation.tree,
category: page.header.navigation.active
} only %#}
{% endblock %}
{% block cms_content %}
{% if page.header.extensions.deviceSlider %}
<div class="container">
{% sw_include '@TopdataTopFinderProSW6/storefront/component/slider/devices-slider.html.twig' %}
</div>
{% endif %}
{{ parent() }}
{% endblock %}