album page does not need body
This commit is contained in:
parent
2f0adda6ec
commit
386f4962ad
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||||
|
|
Loading…
Add table
Reference in a new issue