UNPKG

admin-lte-express

Version:

AdminLTE 2.3.2 with express and express-handlebars.

15 lines (13 loc) 366 B
exports.prefix = '/examples'; //exports.before = function(request, response, next) { next() }; exports.invoice = function(request, response) { response.render("examples/invoice", { title: "Invoice" }) }; exports.invoicePrint = function(request, response) { response.render("examples/invoice-print", { title: "Invoice Print", layout: false }) };