TypeError: /workspace/views/pages/director.pug:23
   21|     <link rel="canonical" href="https://opositivefilms.com" />
   22|
 > 23|     title!=`O Pos - ${director.data.first_name} ${director.data.last_name}`
   24|     <link rel="shortcut icon" href="/favicon.png">
   25|     <link rel="stylesheet" type="text/css" href="/css/normalize.css"  />
   26|     <link rel="stylesheet" type="text/css" href="/css/styles.css" />

Cannot read properties of undefined (reading 'data')
   at eval (eval at wrap (/workspace/node_modules/pug-runtime/wrap.js:6:10), <anonymous>:12:66)
   at template (eval at wrap (/workspace/node_modules/pug-runtime/wrap.js:6:10), <anonymous>:214:7)
   at Object.exports.renderFile (/workspace/node_modules/pug/lib/index.js:454:38)
   at Object.exports.renderFile (/workspace/node_modules/pug/lib/index.js:444:21)
   at View.exports.__express [as engine] (/workspace/node_modules/pug/lib/index.js:493:11)
   at View.render (/workspace/node_modules/express/lib/view.js:135:8)
   at tryRender (/workspace/node_modules/express/lib/application.js:657:10)
   at Function.render (/workspace/node_modules/express/lib/application.js:609:3)
   at ServerResponse.render (/workspace/node_modules/express/lib/response.js:1039:7)
   at /workspace/app.js:119:7