call-template ( template -- )
Furnace framework » Furnace presentation layer » HTML template interface

Prev:call-template* ( template -- )
Next:template-convert ( template output -- )


Vocabulary
html.templates

Inputs
templatea template


Outputs
None

Word description
Writes a template to output-stream, possibly using html.forms state.

This word calls call-template*, wrapping it in a recover form which improves error reporting by combining the underlying error with the template object.

Definition