{{ post.title }}
{% if post.updatedAt != post.createdAt %}
Mis à jour le {{ post.updatedAt|date("d/m/Y à H:i") }}
{% endif %}
{# Le contenu est déjà sanitisé par HtmlSanitizer via PostService #}
{{ post.content|raw }}