{# *** Allow sub-templates to insert extra html to the head section *** #} {% block extra_css %}{% endblock %}

{{ user_manager.USER_APP_NAME }}

Logo

{{title}}


{% if not call_or_get(current_user.is_authenticated) %} {% endif %} {% if call_or_get(current_user.is_authenticated) %} {% if call_or_get(current_user.has_roles('Admin')) %} {% endif %} {% endif %}
HomeRegister Sign inEdit a User Add an AdminView Passphrase(s) Edit {{ current_user.username or current_user.email }} Sign out

{% block body %}
{# One-time system messages called Flash messages #} {% block flash_messages %} {%- with messages = get_flashed_messages(with_categories=true) -%} {% if messages %} {% for category, message in messages %} {% if category=='error' %} {% set category='danger' %} {% endif %}
{{ message|safe }}
{% endfor %} {% endif %} {%- endwith %} {% endblock %} {% block main %} {% block content %} {{markup_content}} {% endblock %} {% endblock %}


{% endblock %} {# *** Allow sub-templates to insert extra html to the bottom of the body *** #} {% block extra_js %}{% endblock %}