{% extends 'base.html' %} {% block content %} {% include "edit.html" with content=texts %}
{% if texts.image %} {% endif %}

{{texts.title}}

{{texts.formatted_header|safe}}

{{texts.formatted_body|safe}}

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