{{ headline }}
{% if not addBefore|default %}
{{ text|raw }}
{% endif %}
{% if addImage|default %}
{% include ('@HeimrichHannotContaoUtils/image.html.twig') with {
'margin': margin|default,
'href': href|default,
'linkTitle': linkTitle|default,
'attributes': attributes|default,
'picture': picture|default,
'caption': caption|default
} only %}
{% endif %}
{% if addBefore|default %}
{{ text|raw }}
{% endif %}