5 lines
106 B
Common Lisp
5 lines
106 B
Common Lisp
(in-package :cl-sbt-album)
|
|
|
|
(defmacro header (&body body)
|
|
`(spinneret:with-html
|
|
(:header ,@body)))
|