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