UNPKG

generator-landmark

Version:
16 lines (10 loc) 327 B
var landmark = require('landmark-serve'); exports = module.exports = function(req, res) { var view = new landmark.View(req, res), locals = res.locals; // locals.section is used to set the currently selected // item in the header navigation. locals.section = 'home'; // Render the view view.render('index'); };