{{ post.title }}
Posted on by {{ post.posted_by }} - {{ post.comment_count }} comment{{ post.comment_count|pluralize }}
{{ post.bodytext|markdown }}{% extends 'base.html' %}
{% load markdown_deux_tags %}
{% block content %}
Posted on
by
{{ post.posted_by }} -
{{ post.comment_count }} comment{{ post.comment_count|pluralize }}
{{ post.title }}
Comment
{% if post.allow_comments %}
{% include 'simpleblog/includes/post_form.html' %}
Comments are disabled for this post.
{% endif %} {% endblock %}