Mercurial > hg > contenttransformer
annotate example/hello.html @ 8:805cadc2b825
adding example html files for upcoming Genshi transformer
author | k0s <k0scist@gmail.com> |
---|---|
date | Sun, 07 Feb 2010 18:52:40 -0500 |
parents | |
children | 0ad456dbb4c5 |
rev | line source |
---|---|
8
805cadc2b825
adding example html files for upcoming Genshi transformer
k0s <k0scist@gmail.com>
parents:
diff
changeset
|
1 <html xmlns="http://www.w3.org/1999/xhtml" |
805cadc2b825
adding example html files for upcoming Genshi transformer
k0s <k0scist@gmail.com>
parents:
diff
changeset
|
2 xmlns:py="http://genshi.edgewall.org/" |
805cadc2b825
adding example html files for upcoming Genshi transformer
k0s <k0scist@gmail.com>
parents:
diff
changeset
|
3 py:strip="True"> |
805cadc2b825
adding example html files for upcoming Genshi transformer
k0s <k0scist@gmail.com>
parents:
diff
changeset
|
4 Hello, world |
805cadc2b825
adding example html files for upcoming Genshi transformer
k0s <k0scist@gmail.com>
parents:
diff
changeset
|
5 </html> |