{% load wagtailimages_tags %}
{% if article.cover_image %} {% image article.cover_image fill-600x300 as cover_image %} {{cover_image.title}} {% endif %}
{{article.title}}
{{article.get_pub_date}} {% if article.get_pub_date and article.get_author_name %} • {% endif %} {{article.get_author_name}}
{{article.caption}}
{% if self.show_preview %}

{{article.body_preview}}

{% endif %} Read more »