{%- if not image_on_right -%}
{{ frappe.render_template('templates/includes/image_with_blur.html', { "src": image, "alt": title, "class": "split-section-image" }) }}
{%- endif -%}

{{ title }}

{{ content }}

{%- if image_on_right -%}
{{ frappe.render_template('templates/includes/image_with_blur.html', { "src": image, "alt": title, "class": "split-section-image" }) }}
{%- endif -%}