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