iron-jade - flatiron web app template
A FlatIronJs Web App Template using Jade as the view engine.
http://twilson63.github.com/iron-jade/
Simple View Render Api
app.use(jade.plugin, { dir: 'app/views'});
app.router.get('/', function() {
app.render(this.res, 'index', { title: 'Hello World' });
});
Written by Tom Wilson
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#