app.render(view, [locals], callback) Returns the rendered HTML of a view via the callback function. It accepts an optional parameter
app.locals The app.locals object has properties that are local variables within the application.
app.disable(name) Sets the Boolean setting name to false, where name is one of the properties from the
Page 3 of 3