I\'m using Express.js (on Node.js) and I know that you can render a view with custom data via the \"locals\" parameter. (res.render(\"template\", { locals: { foo: \"ba
I wound up looking into the source code, and I've actually found that this is now possible in never versions of Express. (so far, only available through GitHub)