Unless title throw an error
This commit is contained in:
parent
1fb5193d46
commit
cbd4f59747
1 changed files with 2 additions and 0 deletions
|
@ -70,6 +70,8 @@
|
|||
(write-string string stream))))
|
||||
|
||||
(defmacro with-page ((&key meta title add-css-urls add-js-urls) &body body)
|
||||
(unless title
|
||||
(error "Please add a title"))
|
||||
`(spinneret:with-html
|
||||
(:doctype)
|
||||
(:html :data-bs-theme ,*color-theme*
|
||||
|
|
Loading…
Add table
Reference in a new issue