Is it possible to use res.render() with an .ejs file?

I was wondering if you could use res.render() with an .ejs file to reduce on requests and handle a lot of the loading on the client on the server.

This would reduce so many requests.