{% extends 'base.html.twig' %} {% block title%}{{article.title}}{% endblock %} {% block body %}
Écrit le : {{ article.CreatedAt|format_datetime('long', 'none', locale:'fr') }} {% if article.UpdatedAt|date == article.CreatedAt|date %} - Mis à jour le : {{ article.UpdatedAt|format_datetime('long', 'none', locale:'fr') }} {% endif %}
{{ article.text|raw }}