mini-player: wip
This commit is contained in:
parent
db3c7657a3
commit
4611980c23
13 changed files with 217 additions and 3 deletions
|
|
@ -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>
|
||||
|
|
|
|||
3
templates/partials/miniplayer.html
Normal file
3
templates/partials/miniplayer.html
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
<miniplayer>
|
||||
<h1>Salut</h1>
|
||||
</miniplayer>
|
||||
Loading…
Add table
Add a link
Reference in a new issue