{% block block_zenit_breadcrumb %}
{% set element = block.slots.getSlot('content') %}
{% set id = element.id %}
<div class="col-12">
<div class="zenit-breadcrumb" data-cms-element-id="{{ id }}">
{% block block_zenit_breadcrumb_slot %}
{% sw_include "@Storefront/storefront/element/cms-element-" ~ element.type ~ ".html.twig" ignore missing %}
{% endblock %}
</div>
</div>
{% endblock %}