Initial
This commit is contained in:
commit
94cec33b46
8 changed files with 1011 additions and 0 deletions
9
app/templates_src/error.lisp
Normal file
9
app/templates_src/error.lisp
Normal file
|
@ -0,0 +1,9 @@
|
|||
(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 %}")
|
Loading…
Add table
Add a link
Reference in a new issue