process-children ( tag quot -- )
Furnace framework » Furnace presentation layer » Chloe templates » Extending Chloe » Extending Chloe with custom tags

Prev:[code] ( quot -- )
Next:compile-children>string ( tag -- )


Vocabulary
html.templates.chloe.compiler

Inputs
taga tag
quota quotation with stack effect ( compiled-tag -- )


Outputs
None

Word description
Compiles the tag. The quotation will be applied to the resulting quotation when the template is called.

Examples
See Examples of custom Chloe tags for an example which uses this word to implement a custom control flow tag.

Definition