94d2fc1815
* Added nxhtml, mostly for django support. * Changed some org settings.
10 lines
181 B
HTML
10 lines
181 B
HTML
<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>
|