album page does not need body

This commit is contained in:
Marcus Kammer 2023-07-18 22:22:53 +02:00
parent 2f0adda6ec
commit 386f4962ad
Signed by: marcuskammer
GPG key ID: C374817BE285268F

View file

@ -167,7 +167,7 @@ Example usage:
(row (:spacing (:property :p :side :lg :size 5)) (row (:spacing (:property :p :side :lg :size 5))
,@body)))) ,@body))))
(defmacro page (title &body body) (defmacro page (title)
`(with-page (:title ,title) `(with-page (:title ,title)
(navigation (navigation
(col (:breakpoint (:kind :col :sm (8 nil) :md (7 nil)) (col (:breakpoint (:kind :col :sm (8 nil) :md (7 nil))