{% load wagtailcore_tags wagtailimages_tags %} {% image self.background_image width-1920 as bg_img %}
{% if self.flag_text %}
{{ self.flag_text }}
{% endif %}

{{ page.title }}

{% if self.motto %}

{{ self.motto }}

{% endif %}
{% for button_block in self.button_list %} {% include_block button_block %} {% endfor %}
{% if self.image %} {% image self.image width-490 as img %} {% endif %}