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