{% extends "base.html" %} {% block head_extra %} {% endblock %} {% block content %}
{{ error_text }}
{% endif %} {% if success_text %}{{ success_text }}
{% endif %} {% if content_html %} {{ content_html | safe }} {% else %} {% if schema_text %}{{ schema_text }}
{% endif %}
{% endif %}