{{ section.title }}

{% if section.content %}
{{ section.content | safe }}
{% endif %} {% if section.cards %}
{% for card in section.cards %} {% include 'components/card.html' %} {% endfor %}
{% endif %}