{% 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 %} {% set global_notice = get_global_notice() %} {% if global_notice %}

{{ global_notice.content }}

{% endif %}
{% block content %} {% endblock %}