{% block block_thumbnail_slider %}
{% set element = block.slots.getSlot('main') %}
<section class="boxed-layout relative">
{% block block_thumbnail_slider_inner %}
{% sw_include "@Storefront/storefront/element/cms-element-" ~ element.type ~ ".html.twig" ignore missing %}
{% endblock %}
</section>
{% endblock %}