{% load wagtailcore_tags wagtailimages_tags %} {% load static %} {% if self.background_image %} {% image self.background_image original format-webp preserve-svg as bg_image %}
{% if self.image_position == 'left' %}

{{ self.title }}

{{ self.description|richtext }}
{% else %}

{{ self.title }}

{{ self.description|richtext }}
{% endif %}
{% endif%}