{% extends "base.twig" %} {% block content %} page agenda
{% block content %}

{{post.title}}

{{post.preview}}

{% if post.get_thumbnail %} {% endif %} {% endblock %}
{% for item in posts %} {% include 'components/thumbnails/thumbnails.twig' %} {% endfor %}
{% endblock %}