{% from "site/sections/_helpers.html" import section_id_attr %} {% set has_media = section.media and section.media.kind == "image" and section.media.src %}

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

{% if section.subhead %}

{{ section.subhead }}

{% endif %} {% if section.primary_cta or section.secondary_cta %}
{% if section.primary_cta %} {{ section.primary_cta.label | default("Get Started") }} {% endif %} {% if section.secondary_cta %} {{ section.secondary_cta.label | default("Learn More") }} {% endif %}
{% endif %}
{% if has_media %}
{{ section.media.alt | default('') }}
{% endif %}