write-title ( -- )
Furnace framework » Furnace presentation layer » HTML template interface » Boilerplate support

Prev:set-title ( string -- )
Next:add-style ( string -- )


Vocabulary
html.templates

Word description
Writes the title of the current page, previously set by set-title. This is usually called by a master template after rendering a child template.

Definition