coffee-jade-wrapper
simple template engine based on jade and jquery
Installation
npm install coffee-jade-wrapper
Usage
require 'coffee-jade-wrapper' doc = j'html' appendj'body text of body' appendj'p some text' appendj'p some text2'consolelog doc0toString