template-convert ( template output -- )
Furnace framework » Furnace presentation layer » HTML template interface

Prev:call-template ( template -- )
Next:Boilerplate support


Vocabulary
html.templates

Inputs
templatea template
outputa pathname string


Outputs
None

Word description
Calls the template and writes its output to a file with UTF-8 encoding.

Definition