{% extends 'partials/base.html.twig' %} {% block content %} {% for child in page.collection %} <section class="projet columns large-4"> {% include 'partials/projet.html.twig' with {'page':child} %} </section> {% endfor %} {% endblock %}