Ivan Polyakov
2 years ago
10 changed files with 389 additions and 2683 deletions
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,10 @@ |
|||||||
|
'(footer |
||||||
|
(h3 Footer) |
||||||
|
(nav |
||||||
|
(ul |
||||||
|
(li |
||||||
|
(a (@ (href "https://www.npmjs.com/package/sxml-loader")) |
||||||
|
npm)) |
||||||
|
(li |
||||||
|
(a (@ (href "http://git.vilor.one/vilor/sxml-loader")) |
||||||
|
"source code"))))) |
@ -0,0 +1,6 @@ |
|||||||
|
(define some-global-var "hello world!") |
||||||
|
|
||||||
|
|
||||||
|
;;; show the interpreter an empty list |
||||||
|
;;; to prevent `<unspecified>` from being written to the markup. |
||||||
|
'() |
Loading…
Reference in new issue