Initial commit

This commit is contained in:
trisua 2025-08-20 04:43:00 +00:00
commit 9131a2d745
21 changed files with 6842 additions and 0 deletions

View file

@ -0,0 +1,10 @@
(text "{% extends \"root.lisp\" %} {% block head %}")
(title
(text "{{ name }}"))
(meta ("property" "og:title") ("content" "{{ name }}"))
(meta ("property" "twitter:title") ("content" "{{ name }}"))
(link ("rel" "icon") ("href" "/public/favicon.svg"))
(text "{% endblock %} {% block body %}")
(h1 (text "{{ name }}"))
(text "{% endblock %}")