misc. fixes and better snabbdom support
- snabbdom mode now defaults to passing through attributes directly, to take advantage of snabbdom-specific modules notations such as objects for
propsandattrs - snabbdom mode now supports literal/raw HTML imports
- "falsey" values returned from buffered code are now output, so e.g.
span= 0ultimately becomes<span>0</span>