Ivan Polyakov
3 years ago
4 changed files with 18 additions and 8 deletions
@ -1,9 +1,5 @@
@@ -1,9 +1,5 @@
|
||||
# ---> Scheme |
||||
*.ss~ |
||||
*.ss#* |
||||
.#*.ss |
||||
|
||||
*.scm~ |
||||
*.scm#* |
||||
.#*.scm |
||||
dist/ |
||||
|
||||
*~ |
||||
*#* |
||||
.#* |
||||
|
@ -0,0 +1,8 @@
@@ -0,0 +1,8 @@
|
||||
() |
||||
`((xhtml-1.0-strict) |
||||
(html |
||||
(head |
||||
(title ,($ 'title))) |
||||
(body |
||||
(h1 ,($ 'title)) |
||||
(inject ,contents)))) |
Loading…
Reference in new issue