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

{{ article.title }}

{{ article.perex }}

{% if article.has_tags %}
{% for tag in article.tags.all %} {% comment %}
{{ tag }}
{% endcomment %}
{{ tag }}
{% endfor %}
{% endif %}