You have now created a skeleton website project for the Local Library and verified that it runs using node. Most importantly, you also understand how the project is structured, so you have a good idea where we need to make changes to add routes and views for our local library....use((err, req, res, next) => { // set...development res.locals.message = err.message; res.locals.error = req...