{% load wagtailimages_tags image_filters %} {% if settings.site_settings.MenuOptions.hide_menu %}
{% else %}
{% endif %} {% if header.image.image_type == 'image' %} {% if header.image.img %} {% image header.image.img original %} {% endif %} {% elif header.image.image_type == 'svg' %} {% if header.image.svg %} {{ header.image.svg }} {% endif %} {% endif %}

{{ header.title }}

{{ header.text }}

{% if header.buttons %} {% for button in header.buttons %} {{ button.text }} {% endfor %} {% endif %}