We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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() })