The Temp class should be instantiated as follows:
Temp(input, **kwargs)
Where "input" is a raw template.
As for the Temp, but the path to a template is passed instead of raw template data:
File(path, **kwargs)
Templates and blocks can be called with a set of over-ride arguments.
x = File(path, foo=1)
x(foo=2)
@!escaped-expression!@
$!unescaped-expression!$
<!--(raw)-->
@!expression!@
<!--(end)-->
<!--(block blockName)-->
@!expression!@
<!--(end)-->
<!--(for item in listItem)-->
@!item!@
<!--(end)-->
<!--(raw)-->
@!expression!@
<!--(end)-->
<!--(raw)
@!expression!@
(end)-->
@!if cond then positive else negative!@
<--previous | contents | next--> | (11/16/04) |