{% if fedmenu_url is defined %} {% endif %}
{% block statusline %} {% endblock %} {% if g.user %} Logged in as {{ g.user.name }} logout {% else %} login {% endif %} {% with messages = get_flashed_messages() %} {% if messages %} {% endif %} {% endwith %} {% for notice in get_global_notices() %}

{{ notice }}

{% endfor %}
{% block content %} {% endblock %}