Skip to content

Instantly share code, notes, and snippets.

@gilbertbw
Created August 14, 2012 13:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gilbertbw/3349341 to your computer and use it in GitHub Desktop.
Save gilbertbw/3349341 to your computer and use it in GitHub Desktop.
/*
* GET home page.
*/
exports.index = function(req, res){
res.render('hi.hbs', { title: 'Express' });
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment