{% extends "base.html" %} {% block head_extra %} {% endblock %} {% block content %}
{{ app_title }}
{% for tab in nav_pages %} {% if tab.active %} {% if tab.icon %}{% endif %}{{ tab.title }} {% else %} {% if tab.icon %}{% endif %}{{ tab.title }} {% endif %} {% endfor %}
{% if error_text %}

{{ error_text }}

{% endif %} {% if success_text %}

{{ success_text }}

{% endif %} {% if content_html %} {{ content_html | safe }} {% else %}
{% if schema_text %}
{{ schema_text }}
{% endif %} {% endif %}
{% endblock %} {% block scripts %} {% endblock %}