start creating partials and views

This commit is contained in:
Michael Q Larson
2014-10-20 12:37:48 -07:00
parent a4343ca284
commit 8f3c7b44c5
15 changed files with 113 additions and 47 deletions

View File

@@ -7,4 +7,4 @@ exports.index = function(req, res) {
res.render('home', {
title: 'Home'
});
};
};