Working v0

This commit is contained in:
2024-09-27 18:09:38 +02:00
parent f3116a6876
commit 8dfafa9404
25 changed files with 740 additions and 389 deletions
@@ -0,0 +1 @@
{% extends "base_components/glist/template.html" %}
@@ -0,0 +1,7 @@
{% extends "base_components/glist/vue.js" %}
{% load main %}
{% block component %}
{% define 'items' 'items' %}
{{ block.super }}
{% endblock %}