{% if hero %}
{% if hero.callout %}

{% if hero.callout.alt %} {{ hero.callout.alt }} {% endif %} {{ hero.callout.text | default: hero.callout }}

{% endif %} {{ hero.content | markdownify }} {% if hero.button %} {{ hero.button.text }} {% endif %}
{% endif %}