{% 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 %}
{% include "liveblog/entries.html" %} {% include "liveblog/more_button.html" %}
{% include "liveblog/sidebar.html" %} {% include "liveblog/recirc.html" %}