mini-player: finished implementation, now need to keep trakc of state

This commit is contained in:
Agahnim 2026-03-20 14:18:12 +01:00
parent ca25a97263
commit 4b4044d689
9 changed files with 320 additions and 48 deletions

6
templates/home.html Normal file
View file

@ -0,0 +1,6 @@
{% extends "base.html" %}
{% block content %}
{% include "partials/home.html" %}
{% endblock %}