{% extends "base.html" %} {% load staticfiles %} {% block content %}

Back to the Blog

{{ post.title }}

{% if post.published %}

{{ post.body }}

{% else %}

Unpublished - Choose an admin tool and publish it.

{% endif %}
{% endblock %}