UNPKG

landmark-serve

Version:

Web Application Framework and Admin GUI / Content Management System built on Express.js and Mongoose

12 lines (8 loc) 210 B
var landmark = require('../../'); exports = module.exports = function(req, res) { landmark.render(req, res, 'home', { section: 'home', page: 'home', orphanedLists: landmark.getOrphanedLists() }); };