This commit is contained in:
2026-01-12 22:19:41 +02:00
commit d6be7111f9
13 changed files with 1397 additions and 0 deletions

5
templates/error.html Normal file
View File

@@ -0,0 +1,5 @@
{% extends "base.html" %}
{% block content %}
A server error happened: {{ error }}
{% endblock %}