Mercurial > genshi > genshi-test
comparison 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 |
comparison
equal
deleted
inserted
replaced
79:16571c57907b | 80:d5db5e3aec58 |
---|---|
7 <head> | 7 <head> |
8 <meta content="text/html; charset=UTF-8" http-equiv="content-type" py:replace="''"/> | 8 <meta content="text/html; charset=UTF-8" http-equiv="content-type" py:replace="''"/> |
9 <title>Welcome to TurboGears</title> | 9 <title>Welcome to TurboGears</title> |
10 </head> | 10 </head> |
11 | 11 |
12 <body> | 12 <body id="welcome"> |
13 <p>Congratulations, your TurboGears application is running as of <span py:replace="now">now</span>.</p> | 13 <p>Congratulations, your TurboGears application is running as of <span py:replace="now">now</span>.</p> |
14 | 14 |
15 <h2>Are you ready to Gear Up?</h2> | 15 <h2>Are you ready to Gear Up?</h2> |
16 | 16 |
17 <p>Take the following steps to dive right in:</p> | 17 <p>Take the following steps to dive right in:</p> |