On Nov 23, 2004, at 12:28 PM, Neil Schemenauer wrote: >> > > The old-style syntax was: > > template foo(...): > ... > > The new syntax is: > > def [html] foo(...): > ... > Neil meant, of course, to say that the "new" syntax is: def foo [html] (): Note that the "new" syntax has been supported for a long time, so it might be better to call it the standard ptl template syntax.