{% block head %}
Fedora Elections {% if self.title() %} — {% block title %}{% endblock %} {% endif %}
{% for css in config.get('EXTRA_CSS', []) %}
{% endfor %} {% endblock %}
Fedora
Navigation
Home
Get Fedora
Join Fedora
Get Help
{% if g.fas_user %}
Hello, {{ g.fas_user.username }} —
log out
{% else %}
You are not logged in —
log in
{% endif %}
Elections
Open elections
Archived elections
Administration
My elections
Create new election
{% with messages = get_flashed_messages() %} {% if messages %}
{% for message in messages %}
{{ message }}
{% endfor %}
{% endif %} {% endwith %} {% block body %} {% endblock %}
{% endblock %}