Mercurial > genshi > genshi-test
annotate examples/bench/genshi_text/header.txt @ 619:71d3edd302ae
GenshiTutorial: various updates to sync with wiki page.
author | cmlenz |
---|---|
date | Thu, 30 Aug 2007 14:19:59 +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> |