view examples/turbogears/genshitest/templates/plain.txt @ 439:9f11c745fac9 trunk

Add support for adding custom template filters by passing a custom callback function to the `TemplateLoader`. Closes #89 (see added unit test).
author cmlenz
date Mon, 02 Apr 2007 19:43:31 +0000
parents 26bebcc26da8
children
line wrap: on
line source
#choose
  #when name
    Hello, $name!
  #end
  #otherwise
    Hello, anonymous!
  #end
#end
Copyright (C) 2012-2017 Edgewall Software