{% block extra_head %}{% endblock %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %}
{% for category, message in messages %}
{{ message }}
{% endfor %}
{% endif %} {% endwith %} {% if db_fallback_warning %}
WARNING: Using in-memory database as fallback. Data will not be persisted between application restarts!
Please check the application logs for details on how to fix this issue.
{% endif %} {% block content %}{% endblock %}
{% block scripts %}{% endblock %}