{% load replace %} {% load staticfiles %} MarkZZ - Blog - {{ selected_post.title }}

{{ selected_post.title }}

{#

Problems look mighty small from 150 miles up

#} Posted by {{ selected_post.user.username }} on {{ selected_post.created }}
{{ selected_post.body|safe }}

{% if selected_post.comments_enabled %}

Comments

{% for x in comments %} {% endfor %}
NameComment
{{ x.name }}
{{ x.timestamp|date:"Y-m-d H:i" }}
{{ x.comment }}

New Comment

{% csrf_token %} {{ comment_form.as_table }}
{% endif %} {# #}