{% extends "base.twig" %} {% block content %} <section> <div> {% for item in posts %} page agenda {% include 'components/thumbnails/thumbnails.twig'%} {% endfor %} </div> </section> {% endblock %}