Handbook
Glossary
load-template ( chloe -- cached-template )
Vocabulary
html
.
templates
.
chloe
Inputs
chloe
an
object
Outputs
cached-template
an
object
Definition
USING:
accessors
html.templates.chloe.compiler
io.files.info
kernel
logging
sequences
xml
;
IN:
html.templates.chloe
:
load-template
( chloe -- cached-template )
1
\
load-template
\
DEBUG
log-stack
path>>
".xml"
append
[
]
[
file-info
modified>>
]
[
file>xml
compile-template
]
tri
\
cached-template-state
boa
;