10 lines
251 B
Common Lisp
10 lines
251 B
Common Lisp
|
(text "{% extends \"root.lisp\" %} {% block head %}")
|
||
|
(title
|
||
|
(text "Error - {{ name }}"))
|
||
|
(text "{% endblock %} {% block body %}")
|
||
|
(div
|
||
|
("class" "card")
|
||
|
(p (text "{{ error }}")))
|
||
|
(text "{{ components::footer() }}")
|
||
|
(text "{% endblock %}")
|