{% load wagtailimages_tags %}
{% if article.cover_image and self.show_covers %} {% image article.cover_image fill-900x600 as cover_image %} {{cover_image.title}} {% endif %}
{{article.title}}
{% if self.show_dates %}{{article.seo_published_at}}{% endif %} {% if article.seo_author and self.show_authors %} • {{article.seo_author}} {% endif %}
{{article.caption}}
{% if self.show_preview %}

{{article.body_preview}}

{% endif %} Read more »