{% load wagtailcore_tags wagtailimages_tags wagtailembeds_tags wagtailsettings_tags molo_forms_tags core_tags gem_tags %} {% get_settings %}
  • {% for block in article.body %} {% if block.value.type == "video" %} {% if block.value.youtube_link %}
    {% embed block.value.youtube_link %}
    {% endif %} {% else %} {% if forloop.last and article.get_effective_image %}
    {% image article.get_effective_image width-1080 format-jpeg as teaser_thumbnail %} {{ article.title }}
    {% endif %} {% endif %} {% endfor %}

    {{ article.title}}

    {% has_forms page=self as has_polls %} {% if has_polls %} {% endif %} {% comment %} {% endcomment %} {% forms_list_linked_to_pages article %} {% if settings.core.SiteSettings.facebook_sharing or settings.core.SiteSettings.twitter_sharing %} {% endif %} {% if article.is_commenting_enabled %} {% if article.allow_commenting %} {% if request.user.is_authenticated %} {% endif %} {% endif %} {% endif %}
    {% if article.subtitle %}

    {{ article.subtitle}}

    {% endif %}
    {% for block in article.body %} {% if article.body|slice:":1" %} {% if not block.block_type == 'media' %}

    {{block.value}}

    {% endif %} {% trans "Show more" %} {% endif %} {% endfor %}