{# read and display just one flash message type #} {% if articles %} {% for article in articles %}
🏚️

{{article.titre}}

📅 {{ article.datePublication | date('d/m/Y') }}

{{ article.contenu |u.truncate(150, '...') }}

Lire l'article complet
{% endfor %} {% endif %}