{{ post.title }}
{% else %}{{ post.title }}
{% endif %}{{ post.pub_date|naturalday }}
{% if query %}
{{ post.body_html|safe|truncatewords_html:25 }}
{% else %}
{{ post.body_html|safe }}
{% endif %}
{% load comments %} {% load humanize %} {% get_comment_count for post as comment_count %}