{% extends 'base.html' %} {% block content %} {% include "edit.html" with content=texts %}
{{texts.formatted_header|safe}}
{{texts.formatted_body|safe}}
{% include "opt.html" with content=texts %}{{ texts.formatted_teaser }}
No texts.
{% endif %} more