dev.metalisp.sbt/examples/album/part/header.lisp

5 lines
106 B
Common Lisp

(in-package :cl-sbt-album)
(defmacro header (&body body)
`(spinneret:with-html
(:header ,@body)))