{% if content.image_position == "left" %}
{{ content.title }}
{% endif %}
{% if content.image_position == "top" %}
{{ content.title }}
{% endif %}

{{ content.title }}

{{ content.content|safe }}
{% if content.image_position == "bottom" %}
{{ content.title }}
{% endif %}
{% if content.image_position == "right" %}
{{ content.title }}
{% endif %}