tag-stack
Furnace framework » Furnace presentation layer » Chloe templates » Extending Chloe » Extending Chloe with custom tags

Prev:compile-attr ( value -- )
Next:[write] ( string -- )


Vocabulary
html.templates.chloe.compiler

Variable description
During template compilation, holds the current nesting of XML element names. Can be used from CHLOE: definitions to make a custom tag behave differently depending on how it is nested.

Definition