{% load wagtailcore_tags ocyan_thumbnail %}
{{ self.body|richtext }}
{% if self.buttons %}
{% for button in self.buttons %} {% include "coyote/blocks/partials/button.html" with button=button %} {% endfor %}
{% endif %}
{% lazy_responsive_image self.image.file classes="img-fluid" %}