{% extends 'base.html' %} {% load markdown_deux_tags %} {% block content %}

{{ post.title }}

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

{{ post.bodytext|markdown }}

Comment

{% if post.allow_comments %} {% include 'simpleblog/includes/post_form.html' %}

Comments

{% include page_template %} {% else %}

Comments are disabled for this post.

{% endif %} {% endblock %}