ReferenceError: /root/homelineteam.com/views/layout.ejs:21
   19|
   20|
>> 21|     <%- partial('partials/head', {title, description, keywords, canonical,hideNav}) %>
   22| </head>
   23|
   24| <body>

hideNav is not defined
   at eval (eval at compile (/root/homelineteam.com/node_modules/ejs/lib/ejs.js:633:12), <anonymous>:11:83)
   at returnedFn (/root/homelineteam.com/node_modules/ejs/lib/ejs.js:668:17)
   at tryHandleCache (/root/homelineteam.com/node_modules/ejs/lib/ejs.js:254:36)
   at exports.renderFile [as engine] (/root/homelineteam.com/node_modules/ejs/lib/ejs.js:485:10)
   at View.render (/root/homelineteam.com/node_modules/express/lib/view.js:135:8)
   at tryRender (/root/homelineteam.com/node_modules/express/lib/application.js:640:10)
   at Function.render (/root/homelineteam.com/node_modules/express/lib/application.js:592:3)
   at ServerResponse.render (/root/homelineteam.com/node_modules/express/lib/response.js:1008:7)
   at /root/homelineteam.com/node_modules/express-partials/index.js:75:13
   at tryHandleCache (/root/homelineteam.com/node_modules/ejs/lib/ejs.js:260:5)