{% extends 'base.html.twig' %} {% block title %}Blog{% endblock %} {% block body %}
{{ article.datePublication|date('d/m/Y') }}{% if article.auteur %} ยท {{ article.auteur }}{% endif %}
{{ article.extrait }}
LireAucun article pour le moment.
{% endfor %}