{% extends 'base.html' %} {% block content %} {% include "edit.html" with content=content %}

{{content.title}}

{% if content.header %}

{{content.formatted_header|safe}}

{% endif %}

{{content.formatted_body|safe}}

{% include "opt.html" with content=content %}
{% endblock %}