legacy-dotfiles/emacs.d/nxhtml/tests/in/genshi-auto-mode.html

11 lines
181 B
HTML
Raw Normal View History

<div xmlns="http://www.w3.org/1999/xhtml"
xmlns:py="http://genshi.edgewall.org/">
<!-- sadf -->
<div py:if="test">
Hello from hello!
Test ${name}
</div>
</div>