{% load wagtailcore_tags wagtailimages_tags wagtailembeds_tags core_tags gem_tags %}
  • {% if article.get_effective_image %} {% endif %}

    {% if article.title_highlight %} {{ article.title_highlight|smarttruncatechars:100|safe}} {% else %} {{ article.title|smarttruncatechars:100|safe}} {% endif %}

    {% if article.subtitle_highlight or article.body_highlight %}

    {% if article.subtitle_highlight %} {{article.subtitle_highlight|smarttruncatechars:150|safe}} {% elif article.body_highlight %} {{article.body_highlight|smarttruncatechars:150|safe}} {% endif %}

    {% elif article.subtitle %}

    {{ article.subtitle|smarttruncatechars:150|safe}}

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