{% 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.header|striptags|truncatechars:100}}
No texts.
{% endif %}