diff examples/turbogears/genshitest/templates/welcome.html @ 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 24757b771651
children 9d3f275953b5
line wrap: on
line diff
--- a/examples/turbogears/genshitest/templates/welcome.html
+++ b/examples/turbogears/genshitest/templates/welcome.html
@@ -33,5 +33,7 @@
 
     ${ET(widget.display())}
 
+    <p>Here's a <a href="plain">link</a> to the output of a plain-text template.</p>
+
 </body>
 </html>
Copyright (C) 2012-2017 Edgewall Software