{{ art.title }}

{{ art.content }}

Comments

{% for comment in comments %}

{{ comment.user.username }}: {{ comment.content }}

{% empty %}

No comments yet!

{% endfor %} {% if addCommentForm %}
{% csrf_token %}
{% endif %}