{% for card in cards %}
{% if card.img %} {{ card.img.alt }} {% else %} {{ card.image }} {% endif %}
{{ card.title }}
{{ card.date }}
{% endfor %}