about: add about page and I did smth else but I can't remember

This commit is contained in:
Agahnim 2026-05-13 14:44:57 +02:00
parent 351a133914
commit 6c0a24c883
7 changed files with 54 additions and 22 deletions

3
templates/about.html Normal file
View file

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