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