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

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


Vocabulary
html.templates

Inputs
templatea template


Outputs
None

Generic word contract
Writes a template to output-stream, possibly using html.forms state.

In addition to methods added by other vocabularies, this generic word has methods on the following classes:
string - the simplest type of template; simply written to output-stream
callable - a custom quotation, called to yield output
xml - written to output-stream
an input stream - copied to output-stream


Definition


Methods