app.render(view, [locals], callback) Returns the rendered HTML of a view via the callback function. It accepts an optional parameter
app.METHOD(path, callback [, callback ...]) Routes an HTTP request, where METHOD is the HTTP method of the request, such as GET, PUT, POST,
app.locals The app.locals object has properties that are local variables within the application.
Page 3 of 3