{% load comments %} {% load humanize %} {% get_comment_count for post as comment_count %}
{% if single_post %}

{{ post.title }}

{% else %}

{{ post.title }}

{% endif %}
{{ post.pub_date|naturalday }}
{% if query %} {{ post.body_html|safe|truncatewords_html:25 }}

Read more

{% else %} {{ post.body_html|safe }} {% endif %}
Modified: {{ post.modify_date|naturalday:'Y-m-d' }} {{ post.modify_date|time }} {% if perms.weblog.post_change %} • edit {% endif %} • {{ comment_count }} comment{{ comment_count|pluralize }}Feed
Categor{{ post.categories.all|pluralize:'y,ies' }}: {% for category in post.categories.all %} {% for item in category.path_items %} {% if not forloop.first %} » {% endif %}{{ item.name }} {% endfor %}{% if not forloop.last %} • {% endif %} {% empty %} none {% endfor %}