compile-with-scope ( quot -- )
Furnace framework » Furnace presentation layer » Chloe templates » Extending Chloe » Extending Chloe with custom tags

Prev:compile-children>string ( tag -- )
Next:Examples of custom Chloe tags


Vocabulary
html.templates.chloe.compiler

Inputs
quota quotation


Outputs
None

Word description
Calls the quotation and wraps any output it compiles in a with-scope form.

Definition