{% extends 'partials/base.html.twig' %} {% set bodyclass = "home" %} {% block content %}
{% for child in page.collection %} {% if child.header.home == true %}
{% include 'partials/projet-block.html.twig' with {'page':child,'display':'img'} %}
{% endif %} {% endfor %}
{% endblock %}