{% extends "base.twig" %} {% block content %} {% include 'components/title_page.twig' %} {% for item in posts %} {{item.title}} {{item.text}} {% for projet in item.meta("projets") %} {{projet.titre}} {{projet.text}} {% endfor %}