{% 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 %} {{ section.primary_cta.label | default("Learn More") }} {% endif %} {% if section.media and section.media.kind == "image" and section.media.src %} {% endif %}
{{ section.body }}