mix of things depending on the project. For bigger projects that I know would
have many templates I'd go with Jade, for smaller ones I like some of the little
django/mustache-like engines, or for things like Kue etc that really dont
need much I just use the dom, which is more often than not haha. So in many
cases no template engine at all just a .render() method