{% extends 'template.html' %} {% load staticfiles %} {% block subtitile %}{{art.title}}{% endblock %} {% block content %} Back to main page {{ art.title }} {% if art.image %} {% endif %} {{ art.content }} Comments {% for comment in comments %} {{ comment.user.username }}: {{ comment.content }} {{ comment.addDate }} Spam {% empty %} No comments yet! {% endfor %} {% if addCommentForm %} {% csrf_token %} {{ addCommentForm.as_ul }} {% endif %} {% endblock %}
{{ comment.user.username }}: {{ comment.content }} {{ comment.addDate }} Spam
No comments yet!
Comments
{% for comment in comments %}{{ comment.user.username }}: {{ comment.content }}
{% empty %}No comments yet!
{% endfor %} {% if addCommentForm %} {% endif %}