{% if content.image_side == 'right' %}
{% if content.title %}

{{ content.title }}

{% endif %}

{{ content.text | raw }}

{# En savoir plus #}
smaple image
{% else %}
smaple image
{% if content.title %}

{{ content.title }}

{% endif %}

{{ content.text | raw }}

{# En savoir plus #}
{% endif %}