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