view examples/turbogears/genshitest/templates/plain.txt @ 265:0f2bc982a2b9

Split up the plugin implementation into two classes: one for markup templates (?genshi-markup? or just ?genshi?) and one for text templates (?genshi-text?). Also added an example for plain-text templating to the TurboGears example app.
author cmlenz
date Fri, 22 Sep 2006 17:22:53 +0000
parents
children
line wrap: on
line source
#choose
  #when name
    Hello, $name!
  #end
  #otherwise
    Hello, anonymous!
  #end
#end
Copyright (C) 2012-2017 Edgewall Software