{% load wagtailimages_tags %} {% image content_image width-320 as one_image %} {% image content_image width-510 as two_image %} {% image content_image width-640 as three_image %} {% image content_image width-767 as four_image %} {% image content_image width-1019 as five_image %} {% image content_image width-1125 as six_image %} {% image content_image width-1534 as seven_image %}
{% if content_image %} {{ alt_text }} {% endif %}
{% if url %} {{ heading }} {% elif feature_heading %} {{ feature_heading }} {% else %} {{ heading }} {% endif %} {% if body %} {{ body }} {% endif %}