homepage.veen.world/app/templates/pages/index.html.j2

10 lines
186 B
Plaintext
Raw Permalink Normal View History

2025-01-08 19:37:24 +01:00
{% extends "moduls/base.html.j2" %}
2025-01-08 14:59:36 +01:00
{% block content %}
<div class="row">
{% for card in cards %}
2025-01-08 19:37:24 +01:00
{% include "moduls/card.html.j2" %}
2025-01-08 14:59:36 +01:00
{% endfor %}
</div>
{% endblock %}