{% load comments %} {{ latest }} {% if object_list %} {% for post in object_list %}

{{ post }}

{{ post.post }}

{% get_comment_count for post as comment_count %} {{ post.author }} wrote {{ post.post|wordcount }} words on {{ post.date|date }} at {{ post.date|time }}
{{ comment_count }} comments {% endfor %} {% else %} Add a new blog post {% endif %}