{% load activities %}
{% with card_class="h-100" %} {% for activity in activity_list %}
{% activity_card activity %}
{% endfor %} {% endwith %}