Ivan Polyakov
2 years ago
3 changed files with 26 additions and 6 deletions
@ -1,5 +1,11 @@ |
|||||||
'((html |
`((html (@ (lang en)) |
||||||
(head |
(head |
||||||
(title "Hello")) |
(meta (@ (charset utf-8))) |
||||||
|
(title "sxml-loader example")) |
||||||
(body |
(body |
||||||
(h1 "Hello World!")))) |
(h1 "sxml-loader example") |
||||||
|
|
||||||
|
(h2 "List rendering") |
||||||
|
,(map |
||||||
|
(lambda (num) `(article "Article " ,num)) |
||||||
|
'(1 2 3))))) |
||||||
|
Loading…
Reference in new issue