Mercurial > genshi > genshi-test
diff examples/turbogears/markuptest/templates/welcome.html @ 80:d5db5e3aec58
* Improve template error messages
* Add the recently added support for seect('@*') to the TurboGears example.
author | cmlenz |
---|---|
date | Thu, 13 Jul 2006 19:13:02 +0000 |
parents | 33c2702cf6da |
children | 44fbc30d78cd |
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> +<body id="welcome"> <p>Congratulations, your TurboGears application is running as of <span py:replace="now">now</span>.</p> <h2>Are you ready to Gear Up?</h2>