{% extends 'blog/posts-day.html' %} {% load url from future %} {% block extra_head %} {% include 'blog/boilerplate-header.inc.html' %} {{ block.super }} {% endblock extra_head %} {% block form_content %}

{{ post.title }} {{ post.date|date }} 0

{{ post.body|safe }}

Posted on {{ post.date|date }} by {{ post.author.get_full_name|default:post.author.username }}

{% endblock form_content %}