{% for slice in page.slicesFront %}
{% include 'front/slices/' ~ slice.type ~ '.html.twig' with { 'position' : loop.index0 } %}
{% endfor %}