{% extends "cast/cast_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 javascript %} {{ block.super }} {% if post.has_audio %} {% for pk, audio in post.media_lookup.audio.items %} {% endfor %} {% endif %} {% endblock javascript %}