{% responsive_image self.image.file alt=self.image.title %}
{% responsive_image self.secondairy_image.file alt=self.image.title %}
{% responsive_image self.tertiary_image.file alt=self.image.title %}
{{ self.body|richtext }}
{% if self.buttons %}
{% for button in self.buttons %}
{% include "coyote/blocks/partials/button.html" %}
{% endfor %}
{% endif %}
{% endif %}