Handbook
Glossary
template-convert ( template output -- )
Furnace framework
»
Furnace presentation layer
»
HTML template interface
Prev:
call-template ( template -- )
Next:
Boilerplate support
Vocabulary
html
.
templates
Inputs
template
a
template
output
a pathname string
Outputs
None
Word description
Calls the template and writes its output to a file with UTF-8 encoding.
Definition
USING:
io.encodings.utf8
io.files
;
IN:
html.templates
:
template-convert
( template output -- )
utf8
[
call-template
]
with-file-writer
;