generated from t/malachite
Initial commit
This commit is contained in:
commit
fda4d01883
21 changed files with 5823 additions and 0 deletions
12
app/templates_src/index.lisp
Normal file
12
app/templates_src/index.lisp
Normal file
|
@ -0,0 +1,12 @@
|
|||
(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 %}")
|
||||
(div
|
||||
("class" "card")
|
||||
(h1 (text "{{ name }}")))
|
||||
(text "{% endblock %}")
|
Loading…
Add table
Add a link
Reference in a new issue