minstache
minstache copied to clipboard
rendering with dom nodes
this is more a question than an issue. Do you think it would be possible to create a "render" function that would
-
return a dom element
-
accept dom nodes as paramaters
E.g it would be awesome to be able to do :
Minstache.compile("<div>{{object}}</div>")({ object: myComponent.render() })
You can unescape like so {{!object}}
to include DOM nodes in your template.