The following Chloe tags interface with the HTML templating
Boilerplate support.
The tags marked with (*) are only available if the
furnace.
chloe-tags vocabulary is loaded.
t:title | Sets the title. Intended for use in a master template. |
t:write-title | Renders the child's title. Intended for use in a child template. |
t:style | Adds CSS markup from the file named by the t:include attribute. Intended for use in a child template. |
t:write-style | Renders the children's CSS markup. Intended for use in a master template. |
t:script | Adds JS from the file named by the t:include attribute. Intended for use in a child template. |
t:write-script | Renders the children's JS. Intended for use in a master template. |
t:meta | Adds meta tags to the header. Intended for use in a child template. |
t:write-meta | Renders the children's meta tags. Intended for use in a master template. |
t:atom | Adds an Atom feed link. The attributes are the same as the t:link tag. Intended for use in a child template. (*) |
t:write-atom | Renders the children's list of Atom feed links. Intended for use in a master template. (*) |
t:call-next-template | Calls the next child template from a master template. |