4 lines
74 B
Common Lisp
4 lines
74 B
Common Lisp
|
(defmacro main (&body body)
|
||
|
`(spinneret:with-html
|
||
|
(:main ,@body)))
|