{% extends "template.html" %} {% load staticfiles %} {% block subtitle %}{{ 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 }} spam? {{ comment.addDate }} {% empty %} No comments yet! {% endfor %} {% if commentForm %} {% csrf_token %} {{ commentForm.as_ul }} {% endif %} {% endblock %}
{{ art.content }}
{{ comment.user.username }}: {{ comment.content }}
spam? {{ comment.addDate }}
No comments yet!
Comments
{% for comment in comments %}{{ comment.user.username }}: {{ comment.content }}
No comments yet!
{% endfor %} {% if commentForm %} {% endif %}