initial commit
[emacs-init.git] / 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>