{% extends "base.html" %} {% load url from future %} {% block title %}{{ content.instance.title }}{% endblock %} {% block head_css %} {{ block.super }} {% if user.is_staff %} {% endif %} {% endblock head_css %} {% block head_js %} {{ block.super }} {% if user.is_staff %} {% endif %} {% endblock head_js %} {% block containerdiv %} {% if edit %}
{% csrf_token %} {% endif %} {% include 'content/control_panel.html' %} {{ block.super }} {% endblock containerdiv %} {% block contents %}

{{ content.instance.title }}

{% if edit %}
{% else %}
{{ version.html|safe }}
{% endif %} {% endblock contents %}