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