const autenticar = function(req, res){ res.render('autenticar/index', { title: "Picolo" }) } module.exports = { autenticar }