chickadee » ersatz » template-std-env

template-std-envprocedure

Creates a template evaluation environment to be used with init-context and the parsing and evaluation procedures in the next sections. The following optional arguments are recognized:

autoescape: BOOL
indicates whether to escape special HTML characters in expansion statements (#f by default)
search-path: STRING LIST
a list of directories to be searched for include files
filters: STRING LIST
a list of filters to be applied to the inpurt
lexer-table: LEXER-TABLE
a table generated by make-lexer-table