annotate example/hello.html @ 20:32a05d7bb214

remove hack around downstream snafu (martINI, ConfigParser)
author Jeff Hammel <jhammel@mozilla.com>
date Thu, 25 Nov 2010 11:55:55 -0800
parents 0ad456dbb4c5
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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">
17
0ad456dbb4c5 illustrate genshi transformer
Jeff Hammel <jhammel@mozilla.com>
parents: 8
diff changeset
4 Hello, ${request.GET.get('name')}
0ad456dbb4c5 illustrate genshi transformer
Jeff Hammel <jhammel@mozilla.com>
parents: 8
diff changeset
5 </html>