{% load ocyan_thumbnail wagtailcore_tags wagtailimages_tags styling_tags sorl_thumbnail %}
{% if self.lazy %} {% lazy_responsive_image self.image.file %} {% else %} {% responsive_image self.image.file %} {% endif %}
{% if self.overlay %}{% endif %} {% if self.body %}
{{ self.body|richtext }}
{% endif %}