comparison examples/turbogears/genshitest/templates/plain.txt @ 265:26bebcc26da8 trunk

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
comparison
equal deleted inserted replaced
262:bbabcbb6378f 265:26bebcc26da8
1 #choose
2 #when name
3 Hello, $name!
4 #end
5 #otherwise
6 Hello, anonymous!
7 #end
8 #end
Copyright (C) 2012-2017 Edgewall Software