1. espresso and sublimetext syntax highlighting views using express.js and handlebars.js

    while using espresso and sublimetext syntax highlighting wasn’t working for “.hbs” files. Simple fix was to use “.html” file extensions instead and add this one liner for support.

    app.register('.html', require('hbs'));