{%block head %}{% endblock %}
Main Site Links:
Home
Open
Archives
{% if is_admin %}
Admin
{% endif %}
{% if g.fas_user %}
logged in as
{{ g.fas_user.username }} |
log out
{% else %}
login
{% endif %}
{% 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 %}
Copyright © 2013-2014 Red Hat
elections
-- version: {{ version }}
{% block jscripts %} {% if config['FEDMENU_URL'] %} {% endif %} {% endblock %}