Mercurial > genshi > mirror
annotate examples/bench/genshi_text/header.txt @ 893:b8bf0a7c0655 trunk
i18n: Another unit test related to #380.
author | cmlenz |
---|---|
date | Wed, 21 Apr 2010 10:58:49 +0000 |
parents | 1da8de3e5e51 |
children |
rev | line source |
---|---|
592
1da8de3e5e51
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"> |
1da8de3e5e51
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> |
1da8de3e5e51
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> |