2025-08-20 00:26:44 -04:00
|
|
|
(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 %}")
|
2025-08-20 00:37:00 -04:00
|
|
|
(h1 (text "{{ name }}"))
|
2025-08-20 00:26:44 -04:00
|
|
|
(text "{% endblock %}")
|