{% load wagtailcore_tags wagtailimages_tags %} {% load static %} {% if value.section_type == "cover_image" %} {% image value.image scale-100 as img %}
{{value.paragraph}} {% for link in value.link %} {{link.text}} {% endfor %}
{% else %}

{{value.title}}

{% comment %}

Lorem ipsum dolor sit amet consectetur adipisicing elit. Nobis, ipsam.

{% endcomment %}

{{value.paragraph}}

{% image value.image scale-100 as img %}
{% endif %}