Simplify rendering
This commit is contained in:
parent
6e72b82307
commit
1b217da311
6 changed files with 18 additions and 38 deletions
src/routes
|
@ -10,10 +10,8 @@
|
|||
|
||||
(defcomp ~page ()
|
||||
(hsx
|
||||
(p "coming soon")))
|
||||
(p "coming soon")))
|
||||
|
||||
(defun handle-get (params)
|
||||
(declare (ignore params))
|
||||
(list :body (~page)
|
||||
:metadata *metadata*
|
||||
:cache :dynamic))
|
||||
(list (~page) *metadata*))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue