| Parents: | html.templates |
| Tags: | web |
| Authors: | Slava Pestov |
| Class | Superclass | Slots |
cached-template-state | tuple | path last-modified quot |
chloe | tuple | path |
template-cache |
| Word | Stack effect |
(bind-tag) | ( tag quot -- ) |
<chloe> | ( path -- chloe ) |
attr>word | ( value -- word/f ) |
cached-template | ( chloe -- cached-template/f ) |
if>quot | ( tag -- quot ) |
load-template | ( chloe -- cached-template ) |
reset-cache | ( -- ) |
template-quot | ( chloe -- quot ) |
| Word | Stack effect |
cached-template-state? | ( object -- ? ) |
chloe? | ( object -- ? ) |
| Vocabulary | Summary |
html.templates.chloe.compiler | Compiling Chloe templates to Factor quotations |
html.templates.chloe.components | |
html.templates.chloe.syntax | |
html.templates.chloe.test |