tawny/app/templates_src/index.lisp

9 lines
207 B
Common Lisp
Raw Normal View History

2025-08-20 16:19:08 +00:00
(text "{% extends \"root.lisp\" %} {% block head %}")
(title
(text "{{ name }}"))
(text "{% endblock %} {% block body %}")
(div
("class" "card")
(h1 (text "{{ name }}")))
(text "{% endblock %}")