global: add formatter

This commit is contained in:
Agahnim 2026-05-13 14:00:54 +02:00
parent d7009bfe97
commit 6520649bb1
Signed by: Agahnim
SSH key fingerprint: SHA256:Zj65PJnE0dRYye8Ltk/qDglynyXUxJngQ9qqx/VI+b4
19 changed files with 3925 additions and 288 deletions

View file

@ -1,9 +1,3 @@
{% extends "base.html" %}
{% block content %}
{% include "partials/music.html" %}
{% endblock %}
{% block miniplayer %}
{% include "partials/miniplayer.html" %}
{% endblock %}
{% extends "base.html" %} {% block content %} {% include "partials/music.html"
%} {% endblock %} {% block miniplayer %} {% include "partials/miniplayer.html"
%} {% endblock %}