{%extends 'base.html'%} {%load static%} {%block extracss%} {%endblock extracss%} {%block content%}

{{object.title}}

{{object.content}}

{{object.author}}

{%csrf_token%} {{form}}

Comments:

{%for comment in object.sorted_comments%}

{{comment.content}}

{{comment.date_added}}

{{comment.author}}

{%endfor%}
{%endblock content%}