Parents: | html |
Tags: | web |
Authors: | Slava Pestov |
Class | Superclass | Slots |
no-boilerplate | tuple | |
template-error | tuple | template error |
template |
Word | Stack effect |
call-template* | ( template -- ) |
atom-feeds |
meta |
nested-template? |
next-template |
script |
style |
title |
Word | Stack effect |
add-atom-feed | ( title url -- ) |
add-meta | ( attrs -- ) |
add-script | ( string -- ) |
add-style | ( string -- ) |
call-next-template | ( -- ) |
call-template | ( template -- ) |
get-atom-feeds | ( -- xml ) |
get-meta | ( -- xml ) |
get-script | ( -- string ) |
get-style | ( -- string ) |
get-title | ( -- string ) |
no-boilerplate | ( -- * ) |
set-title | ( string -- ) |
template-convert | ( template output -- ) |
template-error | ( template error -- * ) |
with-boilerplate | ( child master -- ) |
write-atom-feeds | ( -- ) |
write-meta | ( -- ) |
write-script | ( -- ) |
write-style | ( -- ) |
write-title | ( -- ) |
Word | Stack effect |
no-boilerplate? | ( object -- ? ) |
template-error? | ( object -- ? ) |
template? | ( object -- ? ) |
Vocabulary | Summary |
html.templates.chloe | XHTML templating engine with extensible compiler and separation of concerns |
html.templates.fhtml | Simple templating engine mixing Factor code with content |