{% if eyebrow %}

{{ eyebrow }}

{% endif %}{% if heading %}

{{ heading }}

{% endif %}{% if intro %}

{{ intro }}

{% endif %}{% if capabilities %}
{% for cap in capabilities %}
{% if cap.title %}

{{ cap.title }}

{% endif %}{% if cap.text %}

{{ cap.text }}

{% endif %}
{% endfor %}
{% else %}

No capabilities configured.

{% endif %}