{% if blocks|default([])|length %}
{% for block in blocks %}
{% include 'includes/blocks/' ~ block.type ~ '.html.twig' with { content: block, view: view.blocks_homepage[loop.index0], } only %}

{% endfor %}
{% endif %}