Handbook
Glossary
call-template ( template -- )
Furnace framework
»
Furnace presentation layer
»
HTML template interface
Prev:
call-template* ( template -- )
Next:
template-convert ( template output -- )
Vocabulary
html
.
templates
Inputs
template
a
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
USING:
continuations
kernel
;
IN:
html.templates
:
call-template
( template -- )
[
call-template*
]
[
\
template-error
boa
rethrow
]
recover
;