Slots added by contributer Jordan-Cottle
__enter__ added to tag with context attribute to build with. So you can do this...
d = html()
with d:
with head():
div()
with body():
div()
print('DONE!')
oh and also __pyml__ added as a way to render template from a document.
you can go render(mydoc, 'output.pyml', 'pyml') to get a dump. will be buggy as only just started it and not test for it yet.
The other big excitement since last build was connecting to a decent parser and tree builder too. so check out the notes on the 'parser' issue ticket if you're interested.