Zweite version

Playist management
This commit is contained in:
mikka 2026-04-19 11:19:35 +02:00
parent 39f95c2857
commit 46e9d5c40d
7 changed files with 70 additions and 14 deletions

6
templates/playlists.html Normal file
View file

@ -0,0 +1,6 @@
<ul>
{% for list in lists %}
<li><a href="/?liste={{list}}">{{list}}</a></li>
{% endfor %}
</ul>
<a href="/neueliste">Lust auf was neues?</a>