This commit is contained in:
trisua 2025-08-20 00:26:44 -04:00
commit 7d93dffaed
27 changed files with 7735 additions and 0 deletions

View file

@ -0,0 +1,9 @@
(text "{% extends \"root.lisp\" %} {% block head %}")
(title
(text "Error - {{ name }}"))
(link ("rel" "icon") ("href" "/public/favicon.svg"))
(text "{% endblock %} {% block body %}")
(div
("class" "card")
(p (text "{{ error }}")))
(text "{% endblock %}")