{% for card in cards %}
{{card.title}}
{% if card.description %}
{{card.description}}
{% endif %}
{% endfor %}