{% load ocyan_thumbnail wagtailcore_tags styling_tags %}
{% if self.ornaments.overlay %}
{% else %}
{% endif %} {% responsive_image self.image.file alt=self.image.title classes="background-image parallax-image" %} {% if self.ornaments.wave %} {% include "svg/hero_waves_element.svg" %} {% endif %}
{{ self.body|richtext }}
{% if self.buttons %}
{% for button in self.buttons %} {% include "coyote/blocks/partials/button.html" %} {% endfor %}
{% endif %}