mini-player, header: make it persistent, add music page button and check current route

This commit is contained in:
Agahnim 2026-03-20 14:48:52 +01:00
parent 823308d6eb
commit dfd4da2d7c
Signed by: Agahnim
SSH key fingerprint: SHA256:Zj65PJnE0dRYye8Ltk/qDglynyXUxJngQ9qqx/VI+b4
11 changed files with 78 additions and 52 deletions

View file

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