{% load wagtailsettings_tags wagtailcore_tags wagtailimages_tags core_tags %} {% get_settings %}
{% if article.image %} {% if square_image %} {% image article.image fill-200x200 class="article-thumbnail" %} {% else %} {% image article.image fill-400x300 class="article-thumbnail" %} {% endif %} {% if show_section_image %} {% if article.get_parent_section.image %} {% image article.get_parent_section.image width-200 as tmp_photo_small %} {% image article.get_parent_section.image width-400 as tmp_photo_large %} {% endif %} {% endif %} {% endif %}
{% get_translation article.get_parent_section as section %} {{ section }}

{{ article.title }}

{{ article.subtitle }}

{% load_tags_for_article article as tags %} {% if settings.core.SiteSettings.enable_tag_navigation %}
    {% for tag in tags %} {% if not tag.title.20 %}
  • {{ tag.title }}
  • {% endif %} {% endfor %}
{% endif %} {% trans "Read more" %}