tawny/app/templates_src/index.lisp
2025-08-24 17:04:27 -04:00

8 lines
207 B
Common Lisp

(text "{% extends \"root.lisp\" %} {% block head %}")
(title
(text "{{ name }}"))
(text "{% endblock %} {% block body %}")
(div
("class" "card")
(h1 (text "{{ name }}")))
(text "{% endblock %}")