Back to main page
{{ art.title }}
{{ art.content }}
Comments
{% for comment in comments %}
{{ comment.user.username }}
: {{ comment.content }}
{{ comment.addDate }}
{% empty %}
No comments yet!
{% endfor %} {% if addCommentForm %}
{% csrf_token %}
{{ addCommentForm.as_ul }}
{% endif %}