"use strict"; function info(req, res) { res.render('info'); }; module.exports = info;