{% extends "base.html.twig" %} {% block stylesheets %} {% endblock %} {% block body %} Galerie Accueil Galerie {% for event in events %} En images {{event.titre}} {% for photo in event.photos %} {{event.titre}} Voir {% endfor %} {# 1 2 3 4 #} {% endfor %} {% endblock %}