Handbook
Glossary
write-style ( -- )
Furnace framework
»
Furnace presentation layer
»
HTML template interface
»
Boilerplate support
Prev:
add-style ( string -- )
Next:
add-atom-feed ( title url -- )
Vocabulary
html
.
templates
Word description
Writes a CSS stylesheet assembled from
add-style
calls by child templates. Usually called by the master template to emit a CSS style in the
<head>
tag of the resulting HTML page.
Definition
USING:
io
;
IN:
html.templates
:
write-style
( -- )
get-style
write
;