{% load wagtailcore_tags wagtailimages_tags %} {% image self.image_background width-1920 as bg_img %} {% image self.image_foreground width-790 as fg_img %}

{{ self.title }}

{% for block in self.button_group %}
{% include_block block %}
{% endfor %}
{% if self.image_foreground %} {{ fg_img.alt }} {% endif %}