Handbook
Glossary
set-title ( string -- )
Furnace framework
»
Furnace presentation layer
»
HTML template interface
»
Boilerplate support
Next:
write-title ( -- )
Vocabulary
html
.
templates
Inputs
string
a
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
USING:
boxes
kernel
namespaces
;
IN:
html.templates
:
set-title
( string -- )
title
get
[
>box
]
[
no-boilerplate
]
if*
;