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