{% if statement %}
{{ statement }}
{% endif %}
{% if badge_title %}
{{ badge_title }}
{% endif %}
{% for card in cards %}
{{ card.title }}
{% for section in card.sections %}
{{ section.title }}
{% for bullet in section.bullets %}
{{ bullet }}
{% endfor %} {% endfor %}
{% if not loop.last %}
{% endif %} {% endfor %}