{% load el_pagination_tags %} {% load markdown_deux_tags %} {% if posts %} {% paginate posts %} {% for post in posts %}

{{ post.title }}

Posted on by - {{ post.comment_count }} comment{{ post.comment_count|pluralize }}

{{ post.bodytext|markdown }}
{% endfor %} {% show_more "Load more blog posts" %} {% else %}

There's no blog entries...

{% endif %}