{% extends 'base.html.twig' %} {% block title %}Actualités{% endblock %} {% block body %} {% for label, messages in app.flashes(['success', 'warning']) %} {% for message in messages %} {% endfor %} {% endfor %}

Actualités

{% if filter_options is not empty %}
{% endif %} {% for post in pagination %} {{ include('post/blocks/post-excerpt.html.twig', { post: post }) }} {% else %}

Aucune actualité disponible.

{% endfor %}

{{ pagination.getTotalItemCount }} articles total

{% endblock %} {% block javascripts %} {{ parent() }} {{ encore_entry_script_tags('post') }} {% endblock %}