]> git.rkrishnan.org Git - .emacs.d.git/blob - emacs/nxhtml/tests/in/genshi-HelloWorldPage.ghtml
f54fc5f4346b06b9289672efd795b008e98b843a
[.emacs.d.git] / emacs / nxhtml / tests / in / genshi-HelloWorldPage.ghtml
1 <div xmlns="http://www.w3.org/1999/xhtml"
2      xmlns:py="http://genshi.edgewall.org/">
3
4   <!-- sadf -->
5
6   <div py:if="test">
7     Hello from hello!
8     Test ${name}
9   </div>
10 </div>