{% extends 'partials/base.html.twig' %} {% block content %} {% for child in page.collection %}
{% include 'partials/projet.html.twig' with {'page':child} %}
{% endfor %} {% endblock %}