{% load ads core betty liveblog_tags %}
{% cropped content.thumbnail '3x1' 500 %}
LIVE COVERAGE

{{ content.title | safe }}

{% if content.pinned_content %} {% with pinned_content=content.pinned_content %}
{% cropped pinned_content.thumbnail "1x1" 100 %}
{{ pinned_content.title | safe }}
{% if content.subhead %}
{{ content.subhead | removetags:"p br" | safe }}
{% endif %}
{% endwith %} {% endif %}
{% with entries=content.entries.all %} {% liveblog_entries_partial %} {% endwith %}
{% liveblog_recirc_partial %}