{% load ocyan_thumbnail wagtailcore_tags styling_tags %}
{% responsive_image self.image.file alt=self.image.title classes="image-left" %}

{{ self.title }}

{{ self.body|richtext }}

{% if self.buttons %}
{% for button in self.buttons %} {% include "coyote/blocks/partials/button.html" %} {% endfor %}
{% endif %}