Handbook
Glossary
[code] ( quot -- )
Furnace framework
»
Furnace presentation layer
»
Chloe templates
»
Extending Chloe
»
Extending Chloe with custom tags
Prev:
[write] ( string -- )
Next:
process-children ( tag quot -- )
Vocabulary
html
.
templates
.
chloe
.
compiler
Inputs
quot
a
quotation
Outputs
None
Word description
Compiles the quotation. It will be called when the template is called.
Definition
USING:
make
;
IN:
html.templates.chloe.compiler
:
[code]
( quot -- )
reset-buffer
%
;