summaryrefslogtreecommitdiff
path: root/server/lib/views/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'server/lib/views/index.js')
-rw-r--r--server/lib/views/index.js9
1 files changed, 9 insertions, 0 deletions
diff --git a/server/lib/views/index.js b/server/lib/views/index.js
index 0ce0357..89167f7 100644
--- a/server/lib/views/index.js
+++ b/server/lib/views/index.js
@@ -104,6 +104,15 @@ var views = module.exports = {
})
},
+ partials: {
+ plans: function (req, res){
+ views_middleware.ensurePlans(req, res, function(){
+ console.log("<<<<<HI")
+ res.render('about/_plans')
+ })
+ },
+ },
+
docs: function (req, res){
var name = req.params.name || "about"