{% get_translation article.get_parent_section as section %}
{{ section }}
{% if article %}
{% 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 %}
{{ article.title }}
{{ article.subtitle }}
{% load_tags_for_article article as tags %} {% if settings.core.SiteSettings.enable_tag_navigation %} {% endif %} {% trans "Read more" %}