{{ message|safe }}
                {% endfor %}
            {% endif %}
        {%- endwith %}
    {% endblock %}
    {% block main %}
        {% block content %}
                {{markup_content}}
    {% endblock %}
    {% endblock %}
    {# *** Allow sub-templates to insert extra html to the head section *** #} {% block extra_css %}{% endblock %}
 }})
| Home{% if not call_or_get(current_user.is_authenticated) %} | Register | Sign in{% endif %} {% if call_or_get(current_user.is_authenticated) %} {% if call_or_get(current_user.has_roles('Admin')) %} | Add a User | Edit Users | Waiting Approval | Auth Log{% endif %} | Help | View Passphrase(s) | Edit {{ current_user.username or current_user.email }} | Sign out{% endif %} |