Mercurial > genshi > genshi-test
annotate examples/bench/genshi_text/header.txt @ 816:87e3fc814a33
Remove the outdated and unmaintained !TurboGears example.
author | cmlenz |
---|---|
date | Mon, 09 Mar 2009 16:15:22 +0000 |
parents | 7145e4eba2ec |
children |
rev | line source |
---|---|
592
7145e4eba2ec
Add a new syntax for text templates, which is available alongside the old syntax for now. The new syntax is more poweful and flexible, using Django-style directive notation.
cmlenz
parents:
diff
changeset
|
1 <div id="header"> |
7145e4eba2ec
Add a new syntax for text templates, which is available alongside the old syntax for now. The new syntax is more poweful and flexible, using Django-style directive notation.
cmlenz
parents:
diff
changeset
|
2 <h1>${escape(title)}</h1> |
7145e4eba2ec
Add a new syntax for text templates, which is available alongside the old syntax for now. The new syntax is more poweful and flexible, using Django-style directive notation.
cmlenz
parents:
diff
changeset
|
3 </div> |