{% load wagtailcore_tags wagtailimages_tags %}
{% image article.image width-2000 as img %} {{ article.title }}
{{ article.date|date:"SHORT_DATE_FORMAT" }} {% if article.author %} {% endif %}

{{ article.title }}

{{ article.perex }}

{% for tag in article.tags.all %}
{{ tag }}
{% endfor %}