I have this form in my client side:
If you need to access variable names in your views, you should use the res.render function and pass the variable like:
res.render
res.render('game', { name: req.body.name }
and then in jade do
div!= name