dev.metalisp.sbt/src/examples/album/_main.lisp

4 lines
74 B
Common Lisp
Raw Normal View History

2023-07-05 16:07:28 +02:00
(defmacro main (&body body)
`(spinneret:with-html
(:main ,@body)))