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

Next:write-title ( -- )


Vocabulary
html.templates

Inputs
stringa string


Outputs
None

Word description
Sets the title of the current page. This is usually called by child templates, and a master template calls write-title.

Definition