{% extends "master.html" %} {% block title %} {{ super() }} {% endblock %} {%block head %} {% endblock %} {%block tag %}results{% endblock %} {% block content %}
Below are the results of the election {{ election.election_name }} from {{ election.election_year }}.
{% if results %}No results found for this election.
{% endif %} {% endblock %}