add: better index

This commit is contained in:
trisua 2025-08-20 01:15:12 -04:00
parent 92bc424361
commit a54bc7f6c3
3 changed files with 12 additions and 7 deletions

View file

@ -6,5 +6,7 @@
(meta ("property" "twitter:title") ("content" "{{ name }}"))
(link ("rel" "icon") ("href" "/public/favicon.svg"))
(text "{% endblock %} {% block body %}")
(h1 (text "{{ name }}"))
(div
("class" "card")
(h1 (text "{{ name }}")))
(text "{% endblock %}")