{% load ocyan_thumbnail wagtailcore_tags styling_tags %}
{{ self.body|richtext }} {% if self.buttons %}
{% for button in self.buttons %} {{ button.label }} {% endfor %}
{% endif %}
{% responsive_image self.image.file alt=self.image.title classes="img-fluid" %}