annotate examples/turbogears/genshitest/templates/plain.txt @ 754:5322e269c846 stable-0.5.x

Blocked revisions [875:877] via svnmerge.
author cmlenz
date Mon, 09 Jun 2008 16:12:44 +0000
parents 0f2bc982a2b9
children
rev   line source
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.
cmlenz
parents:
diff changeset
1 #choose
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.
cmlenz
parents:
diff changeset
2 #when name
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.
cmlenz
parents:
diff changeset
3 Hello, $name!
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.
cmlenz
parents:
diff changeset
4 #end
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.
cmlenz
parents:
diff changeset
5 #otherwise
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.
cmlenz
parents:
diff changeset
6 Hello, anonymous!
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.
cmlenz
parents:
diff changeset
7 #end
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.
cmlenz
parents:
diff changeset
8 #end
Copyright (C) 2012-2017 Edgewall Software