{{ post.title }}
Posted on by {{ post.posted_by }} - {{ post.comment_count }} comment{{ post.comment_count|pluralize }}
{{ post.bodytext|linebreaks }}{% extends 'base.html' %}
{% block content %}
Posted on
by
{{ post.posted_by }} -
{{ post.comment_count }} comment{{ post.comment_count|pluralize }}
{{ post.title }}
Comments are disabled for this post.
{% endif %} {% endblock %}