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

6 lines
106 B
Common Lisp
Raw Normal View History

2023-07-07 13:39:26 +02:00
(in-package :cl-sbt-album)
(defmacro header (&body body)
`(spinneret:with-html
(:header ,@body)))