ReferenceError: /var/app/current/views/layout.ejs:6
   4|     <%- include('partials/googleTagManager') %>
   5|     <%- include('partials/head') %>
>> 6|     <title> <%= title %> </title>
   7|   </head>
   8|   <body>
   9|     <%- include('partials/header') %>

title is not defined
   at eval ("/var/app/current/views/layout.ejs":18:26)
   at layout (/var/app/current/node_modules/ejs/lib/ejs.js:703:17)
   at tryHandleCache (/var/app/current/node_modules/ejs/lib/ejs.js:274:36)
   at exports.renderFile [as engine] (/var/app/current/node_modules/ejs/lib/ejs.js:491:10)
   at View.render (/var/app/current/node_modules/express/lib/view.js:135:8)
   at tryRender (/var/app/current/node_modules/express/lib/application.js:657:10)
   at Function.render (/var/app/current/node_modules/express/lib/application.js:609:3)
   at ServerResponse.render (/var/app/current/node_modules/express/lib/response.js:1039:7)
   at /var/app/current/node_modules/express-ejs-layouts/lib/express-layouts.js:113:20
   at tryHandleCache (/var/app/current/node_modules/ejs/lib/ejs.js:280:5)