{% extends "base.html" %} {% block content %}
{{ app_title }}
{% if error_text %}

{{ error_text }}

{% endif %}
{% endblock %}