From 55fa3b9196190436dc7d26e0c5815f9d9e7191c5 Mon Sep 17 00:00:00 2001 From: Agahnim Date: Fri, 20 Mar 2026 09:15:44 +0100 Subject: [PATCH] mini-player: backup before trying to include it in template --- templates/base.html | 2 +- templates/partials/index.html | 1 + templates/partials/miniplayer.html | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/templates/base.html b/templates/base.html index ee7ea75..ecd5171 100644 --- a/templates/base.html +++ b/templates/base.html @@ -12,7 +12,7 @@ {% include "partials/header.html" %} -
+
{% block content %}{% endblock %}
diff --git a/templates/partials/index.html b/templates/partials/index.html index 77a2114..1abbe5a 100644 --- a/templates/partials/index.html +++ b/templates/partials/index.html @@ -1,5 +1,6 @@ A welcome text in pink +

test

\ No newline at end of file diff --git a/templates/partials/miniplayer.html b/templates/partials/miniplayer.html index 5fb461a..76a38f7 100644 --- a/templates/partials/miniplayer.html +++ b/templates/partials/miniplayer.html @@ -1,3 +1,3 @@ -

Salut

+

Je suis un miniplayer

\ No newline at end of file