{%block head %}{% endblock %}
{% if g.fas_user %}
log out
{% else %}
Log In
{% endif %}
Home
Results
{% with messages = get_flashed_messages(with_categories=true) %} {% if category, messages %} {% for category, message in messages %}
×
{{ message |safe}}
{% endfor %} {% endif %} {% endwith %} {% block body %}{% endblock %}
{% if options is defined %}
Options
{% block options %}{% endblock %}
{% endif %}
{% block jscripts %} {% if config['FEDMENU_URL'] %} {% endif %} {% endblock %}