{% extends 'base.html' %} {% block head %} {% include "content-header.html" %} {% endblock %} {% block content %} {% include "edit.html" %}
{{content.formatted_header|safe}}
{{content.formatted_body|safe}}
{% include "opt.html" %} {% include "links.html" %} {% include "gallery.html" with gallery=content.gallery %}