{% extends 'blog/base.html' %}
{% load staticfiles %}
{% block head %}
{% endblock head %}
{% block body %}
posted by {{ post.author }}
{{ post.timestamp|date:"g:i A, d M, y" }}
{{ post.content }}
Comments {{ post.comment_set.count }}