SyntaxError: Unexpected token '.' in /usr/src/app/views/products/facility-management.html while compiling ejs

If the above error is not helpful, you may want to try EJS-Lint:
https://github.com/RyanZim/EJS-Lint
Or, if you meant to create an async function, pass `async: true` as an option.
   at new Function (<anonymous>)
   at Template.compile (/usr/src/app/node_modules/ejs/lib/ejs.js:673:12)
   at Object.compile (/usr/src/app/node_modules/ejs/lib/ejs.js:398:16)
   at handleCache (/usr/src/app/node_modules/ejs/lib/ejs.js:235:18)
   at tryHandleCache (/usr/src/app/node_modules/ejs/lib/ejs.js:274:16)
   at exports.renderFile [as engine] (/usr/src/app/node_modules/ejs/lib/ejs.js:491:10)
   at View.render (/usr/src/app/node_modules/express/lib/view.js:135:8)
   at tryRender (/usr/src/app/node_modules/express/lib/application.js:657:10)
   at Function.render (/usr/src/app/node_modules/express/lib/application.js:609:3)
   at ServerResponse.render (/usr/src/app/node_modules/express/lib/response.js:1039:7)