This is a simple wrapper for version 1.11.0 of Jade.
It lets you:
- precompile Jade templates for use in the browser, although you also need to load this file on the client first.
Jade.compile("html\n div Hello!") # returns a JS function
- render Jade templates to HTML.
Jade.render("html\n div Hello!") # returns a HTML string