{% block header %}{% endblock %}
{% if not nologin %} {% if g.fas_user %} logged in as {{ g.fas_user.username }} | log out {% else %} login {% endif %} {% endif %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if category, messages %}
    {% for category, message in messages %}
  • {{ message }}
  • {% endfor %}
{% endif %} {% endwith %} {% block content %}{% endblock %}
{% block jscripts %} {% endblock %} {% if config['FEDMENU_URL'] %} {% endif %}