mini-player: backup before trying to include it in template

This commit is contained in:
Agahnim 2026-03-20 09:15:44 +01:00
parent af29ab92f7
commit 310f79c14e
Signed by: Agahnim
SSH key fingerprint: SHA256:Zj65PJnE0dRYye8Ltk/qDglynyXUxJngQ9qqx/VI+b4
3 changed files with 3 additions and 2 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>
<!-- <div hx-get="/miniplayer" hx-trigger="load" hx-swap="outerHtml"></div> -->
<main id="content">
{% block content %}{% endblock %}
</main>

View file

@ -1,5 +1,6 @@
<home-content>
<welcome>
<img src="/static/assets/images/welcome.webp" alt="A welcome text in pink" />
<p>test</p>
</welcome>
</home-content>

View file

@ -1,3 +1,3 @@
<miniplayer>
<h1>Salut</h1>
<h1>Je suis un miniplayer</h1>
</miniplayer>