{% load comments %} {{ latest }} {% if object_list %} {% for post in object_list %}
{{ 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 }}