{% extends 'base.html' %} {% 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 contents %} {% if edit %}
{% csrf_token %} {% endif %} {% include 'content/control_panel.html' %}

{{ flatpage.title }}

{% if edit %}
{% else %}
{{ flatpage.content }}
{% endif %} {% endblock %}