Optimized menus

This commit is contained in:
2025-01-08 19:37:24 +01:00
parent cc04bbf0f5
commit 4b2c251e79
8 changed files with 195 additions and 270 deletions

View File

@@ -1,9 +1,9 @@
{% extends "base.html" %}
{% extends "moduls/base.html.j2" %}
{% block content %}
<div class="row">
{% for card in cards %}
{% include "card.html.j2" %}
{% include "moduls/card.html.j2" %}
{% endfor %}
</div>
{% endblock %}