html.templates vocabulary
Factor handbook ยป Vocabulary index


Documentation
HTML template interface

Metadata
Tags:web
Authors:Slava Pestov


Words

Tuple classes
ClassSuperclassSlots
no-boilerplate tuple
template-error tupletemplate error


Mixin classes
template


Generic words
WordStack effect
call-template*( template -- )


Symbol words
atom-feeds
meta
nested-template?
next-template
script
style
title


Ordinary words
WordStack effect
add-atom-feed( title url -- )
add-meta( name content -- )
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( -- )


Class predicate words
WordStack effect
no-boilerplate?( object -- ? )
template-error?( object -- ? )
template?( object -- ? )


Files


Metadata files


Children from resource:basis
VocabularySummary
html.templates.chloeXHTML templating engine with extensible compiler and separation of concerns
html.templates.fhtmlSimple templating engine mixing Factor code with content