{% load wagtailimages_tags %}

{% firstof self.title page.title %}

{% if self.button_link and self.button_text %}
{{ self.button_text }}
{% endif %}
{% image self.image width-572 as img %}