I would like to be able to display all available variables that the currently loaded jade file has access to.
I realise this is a little odd, but there you go :)
Assign that locals onto a property of itself
locals
app.use(function locals(req, res, next) { res.locals.locals = res.locals; next(); });
Then simply access locals in your Jade template.