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

{{card.description}}

{% endif %}
{% endfor %}