{% load wagtailcore_tags wagtailimages_tags wagtailroutablepage_tags %} {% routablepageurl page.root_page.articles_page "tags" as articles_tag_page_url %}
{% if article.thumb_image %} {% image article.thumb_image fill-356x192 as img %} {% image article.thumb_image fill-714x384 as img_2x %} {% else %} {% image article.image fill-356x192 as img %} {% image article.image fill-714x384 as img_2x %} {% endif %} {{ article.title }}

{{ article.title }}

{{ article.perex }}

{% for tag in article.get_tags %}
{{ tag }}
{% endfor %}