{{ article.title }} {% if article.author %}Par {{ article.author }}{% endif %} - {{ article.category }} {% for tag in article.tags %}{{ tag }}{% endfor %} {{ article.content }}
Commentaires
{% for comment in article.comments %}-
{{ loop.index }}.
Le {{ comment.date }} par {{ comment.author }}
-
{% endfor %}
{{ comment.content }}