{% extends "base.html" %} {% from "_macros.html" import render_elections %} {%block tag %}archives{% endblock %} {% block body %}

Past elections

{{ render_elections(elections, is_admin) }} {% endblock %}