{% load wagtailcore_tags wagtailimages_tags %}
{% image article.image fill-356x192 as img %} {% image article.image fill-714x384 as img_2x %} {{ article.title }}
{{ article.date|date:"SHORT_DATE_FORMAT" }} {% if article.author %} {% endif %}

{{ article.title }}

{{ article.perex }}

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