{% extends 'electionnight/base.html' %} {% load tz %} {% load humanize %} {% block title %} {{ state|title }} Special Election Results {{year}}: Live {{ election.division.code|ordinal }} District Updates {% endblock %} {% block page-meta %} {% endblock %} {% block meta-image %} {% endblock %} {% block api %} {% endblock %} {% block content %}

{{ year }} {{ state|title }} Special Election Results

LIVE results last updated

{{ baked_content }}

{% if governor_elections %}

Governor

{% for election in governor_elections %} {% if election.votes_table %} {% include 'electionnight/results-table.html' %} {% endif %} {% endfor %}
{% endif %} {% if senate_elections %}

U.S. Senate

{% for election in senate_elections %} {% if election.votes_table %} {% include 'electionnight/results-table.html' %} {% endif %} {% endfor %}
{% endif %} {% if house_elections %}
{% for district, elections in house_elections.items %}

{{ district }}

{% for election in elections %} {% if election.votes_table %} {% include 'electionnight/specials/table.html' %} {% endif %} {% endfor %}
{% endfor %}
{% endif %}
{%endblock%} {% block relative_foot %} {% endblock %} {% block footer_links %} {% endblock %} {% block utag %} {% endblock %}