{% extends "base.html" %} {% load staticfiles %} {% block content %} Back to Blog {% if user.is_authenticated %} Update Entry {% endif %}

{{ post.title }}

{{ post.author.username | title}}
{{ post.description|safe }}
{% endblock content %} {% block template_script %} {% endblock template_script %}