{% macro three_cards(cards) -%} {% if cards %}
{% for card in cards %} {% endfor %}
{% endif %} {%- endmacro %}