diff examples/turbogears/markuptest/templates/welcome.html @ 110:64ff134868c4 trunk

update the example TurboGears app and include an example of using TurboGears wigets
author mgood
date Fri, 28 Jul 2006 18:57:55 +0000
parents e0957965553f
children
line wrap: on
line diff
--- a/examples/turbogears/markuptest/templates/welcome.html
+++ b/examples/turbogears/markuptest/templates/welcome.html
@@ -9,7 +9,7 @@
     <title>Welcome to TurboGears</title>
 </head>
 
-<body id="welcome">
+<body>
     <p>Congratulations, your TurboGears application is running as of <span py:replace="now">now</span>.</p>
 
     <h2>Are you ready to Gear Up?</h2>
@@ -31,5 +31,7 @@
 
     <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>
 
+    ${ET(widget.display())}
+
 </body>
 </html>
Copyright (C) 2012-2017 Edgewall Software