UNPKG

admin-lte-express

Version:

AdminLTE 2.3.2 with express and express-handlebars.

10 lines (8 loc) 244 B
exports.prefix = '/documentation'; //exports.before = function(request, response, next) { next() }; exports.index = function(request, response) { response.render("documentation/index", { title: "Documentation", layout: false }) };