{% load endless %} {% if posts %} {% paginate posts %} {% for post in posts %}

{{ post.title }}

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

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

There's no blog entries...

{% endif %}