{% load commoncontent %} {% with object as article %}

{% firstof article.headline article.title article.schema.headline %}

{% if article.author %} {% else %} {% endif %}
{% if article.series %}
{% include "commoncontent/includes/article_series.html" %}
{% endif %} {% opengraph_image article as img %} {% if img %}

{{ img.alt_text }}

{% endif %} {{ article.body|safe }} {% if article.series %} {% endif %}
{% endwith %}