mini-player: wip

This commit is contained in:
Agahnim 2026-03-19 19:17:53 +01:00
parent c4c49dee6b
commit 8b0de4bf93
13 changed files with 217 additions and 3 deletions

View file

@ -12,7 +12,7 @@
<body hx-boost="true" hx-target="#content">
{% include "partials/header.html" %}
<div hx-get="/miniplayer" hx-trigger="load" hx-swap="innerHtml"></div>
<main id="content">
{% block content %}{% endblock %}
</main>

View file

@ -0,0 +1,3 @@
<miniplayer>
<h1>Salut</h1>
</miniplayer>