simple template engine based on jade and jquery
npm install coffee-jade-wrapper
{j} = require 'coffee-jade-wrapper'
doc = j('html')
.appendj('body text of body')
.appendj('p some text')
.appendj('p some text2')
console.log doc[0].toString()