|
|
|
@ -171,4 +171,14 @@
@@ -171,4 +171,14 @@
|
|
|
|
|
(load "./src/templates/default.scm") |
|
|
|
|
(display xhtml-1.0-doctype) |
|
|
|
|
(display (serialize-sxml |
|
|
|
|
(default-tpl title content page-name page-desc page-styles page-scripts))) |
|
|
|
|
(default-tpl |
|
|
|
|
title |
|
|
|
|
content |
|
|
|
|
page-name |
|
|
|
|
page-desc |
|
|
|
|
page-styles |
|
|
|
|
page-scripts |
|
|
|
|
`(((name "description") |
|
|
|
|
(content "Demonstration of possible customization of the scrollbar.")) |
|
|
|
|
((name "keywords") |
|
|
|
|
(content "CSS, SCSS, scrollbar, styling, constructor")))))) |
|
|
|
|