{% if image %}
{% endif %}
{% if kicker %}
{{ kicker }}
{% endif %}

{% if title %}{{ title }}{% else %}Untitled mission{% endif %}

{% if primaryCta.text and primaryCta.href %}{{ primaryCta.text }}{% endif %} {% if secondaryCta.text and secondaryCta.href %}{{ secondaryCta.text }}{% endif %}