Handbook
Glossary
init-sidebars ( -- )
Vocabulary
webapps
.
wiki
Inputs
None
Outputs
None
Definition
USING:
html.forms
kernel
;
IN:
webapps.wiki
:
init-sidebars
( -- )
"Contents"
latest-revision
[
"contents"
[
from-object
]
nest-form
]
when*
"Footer"
latest-revision
[
"footer"
[
from-object
]
nest-form
]
when*
;