{{ post }}
Posted on by {{ post.posted_by }} - {{ post.comment_count }} comment{{ post.comment_count|pluralize }}
{% load endless %}
{% if posts %}
{% paginate posts %}
{% for post in posts %}
Posted on
by
{{ post.posted_by }} -
{{ post.comment_count }} comment{{ post.comment_count|pluralize }}
{{ post }}
There's no blog entries...
{% endif %}