{% extends "moduls/base.html.j2" %} {% block content %}
{% for card in cards %} {% include "moduls/card.html.j2" %} {% endfor %}
{% endblock %}