{% extends "base.html" %} {% load frontendadmin_tags %} {% block content %}

{{ flatpage.title }}

{{ flatpage.content }} {% comment %} ------------------------------------------------------ As flatpages are also model-objects, frontendadmin can handle this. Here is a change link for the current flatpage. ------------------------------------------------------ {% endcomment %} {% frontendadmin_change flatpage %}
{% endblock %}