Standard Chloe tags
Furnace framework » Furnace presentation layer » Chloe templates

Prev:reset-cache ( -- )
Next:Extending Chloe


A Chloe template is an XML file with a mix of standard XHTML and Chloe tags.

XHTML tags are rendered verbatim, except attribute values which begin with @ are replaced with the corresponding HTML form values.

Chloe tags are defined in the http://factorcode.org/chloe/1.0 namespace; by convention, it is bound with a prefix of t. The top-level tag must always be the t:chloe tag. A typical Chloe template looks like so:
<?xml version="1.0"?> <t:chloe xmlns:t="http://factorcode.org/chloe/1.0"> ... </t:chloe>

Component Chloe tags
Boilerplate Chloe tags
Control-flow Chloe tags
Chloe link and form tags