{% load wagtailimages_tags nhsukfrontend_extra_parameters_tags nhsukfrontend_wrapper_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 or internal_page %} {{ heading }} {% elif feature_heading %} {{ feature_heading }} {% else %} {{ heading }} {% endif %} {% if body %} {% contentwrapper "body" %} {{ body }} {% endcontentwrapper %} {% endif %}