generated from t/malachite
10 lines
347 B
Common Lisp
10 lines
347 B
Common Lisp
(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 %}")
|