{% load ads core betty %}
{% 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_page after_entry=None %} {% include 'liveblog/entries.html' %} {% include 'liveblog/more_button.html' %} {% endwith %}
{% liveblog_recirc_partial %}