{% if intro %}
{{ intro|safe }}
{% endif %} {% if items %}
{% for item in items %}
{% if item.icon %}
{% else %}{% endif %} {% if item.title %}

{{ item.title }}

{% endif %} {% if item.body %}

{{ item.body }}

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

Add up to three cards to the trio.

{% endif %}