-
{% for tag in post.tags %}
-
{{ tag.libelle }}
{% endfor %}
-
0 Commentaires
{{ post.titre }}
{{ post.contenu }}
{{ post.comments.count }} Commentaire(s)
{% for comment in post.comments %}
{{ comment.fullName }}
{{ comment.createdAt|date("d-m-Y") }}{{ comment.message }}