{{ article.title }}
{% if article.lead %}{{ article.lead }}
{% endif %}
{% for item in article.media %}
{% if item.type == 'image' %}
{% endif %}
{% if item.type == 'video' %} {% endif %}
{% endfor %}
{% endif %}
{{ article.body|paragraphs }}