{% extends "cast/cast_base.html" %}
{% load i18n %}
{% load static %}
{% if comments_enabled %}
{% load comments %}
{% endif %}
{% block css %}
{{ block.super }}
{% if comments_enabled %}
{% endif %}
{% endblock css %}
{% block content %}
Back to Blog
{% if user.is_authenticated %}
Update Entry
{% endif %}
{{ post.title }}