Refacter macro arguments
This commit is contained in:
parent
8bba8ba15d
commit
eb55bcf054
1 changed files with 4 additions and 1 deletions
|
@ -102,7 +102,10 @@
|
||||||
(with-open-file (stream filename :direction :output :if-exists :supersede)
|
(with-open-file (stream filename :direction :output :if-exists :supersede)
|
||||||
(write-string string stream))))
|
(write-string string stream))))
|
||||||
|
|
||||||
(defmacro with-page ((&key meta (title "Web page") main-con add-css-urls
|
(defmacro with-page ((&key
|
||||||
|
meta (title "Web page")
|
||||||
|
main-con
|
||||||
|
add-css-urls
|
||||||
add-js-urls)
|
add-js-urls)
|
||||||
&body body)
|
&body body)
|
||||||
"This macro simplifies the process of creating an HTML web page.
|
"This macro simplifies the process of creating an HTML web page.
|
||||||
|
|
Loading…
Add table
Reference in a new issue