comparison examples/turbogears/genshitest/templates/welcome.html @ 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 84168828b074
children 2755b06148b3
comparison
equal deleted inserted replaced
262:bbabcbb6378f 265:26bebcc26da8
31 31
32 <p>Thanks for using TurboGears! See you on the <a href="http://groups.google.com/group/turbogears" >mailing list</a> and the "turbogears" channel on irc.freenode.org!</p> 32 <p>Thanks for using TurboGears! See you on the <a href="http://groups.google.com/group/turbogears" >mailing list</a> and the "turbogears" channel on irc.freenode.org!</p>
33 33
34 ${ET(widget.display())} 34 ${ET(widget.display())}
35 35
36 <p>Here's a <a href="plain">link</a> to the output of a plain-text template.</p>
37
36 </body> 38 </body>
37 </html> 39 </html>
Copyright (C) 2012-2017 Edgewall Software