{% load wagtailimages_tags wagtailcore_tags %}
{% if self.image or self.title or self.text %}
{% if self.title %}

{{ self.title }}

{% endif %} {% if self.text %} {{ self.text|richtext }} {% endif %}
{% endif %} {% if self.image %}
{% picture self.image format-{avif,webp,jpeg} fill-590x413-c100 %}
{% endif %}