{% if posts %} {% for post in posts %}

{{ post.title }}

{{ post.body|striptags|truncate }} Read More

Comments: {{ post.reviewed_comments_count }}    Category: {{ post.category.name }} {{ post.created_at }} {% if not loop.last %}
{% endif %} {% endfor %} {% else %}
No posts yet.
{% if current_user.is_authenticated %} Write Now {% endif %}
{% endif %}