{% from "site/sections/_helpers.html" import section_id_attr %} {% set order_cls = " dz-split--reversed" if section.alignment == "right" else "" %}

{{ section.headline | default("") }}

{% if section.body %}

{{ section.body }}

{% endif %} {% if section.primary_cta %} {% endif %}
{% if section.media and section.media.kind == "image" and section.media.src %}
{{ section.media.alt | default('') }}
{% endif %}