ReferenceError: /var/app/current/views/job404.ejs:5
   3|
   4| <head>
>> 5|   <%- include('partials/head.ejs') %> <%- include('partials/typography.ejs') %>
   6|   <title><%= __("Recrut.AI") %> - <%= __("JobNotFound") %></title>
   7| </head>
   8|

/var/app/current/views/partials/head.ejs:75
   73| <link
   74|   rel="stylesheet"
>> 75|   href="https://dojjag7ntwx81.cloudfront.net/css/style.<%= account_info[CURR_ACCOUNT].candidate_theme %>-<%= account_info[CURR_ACCOUNT].candidate_theme_bright %>.min.css"
   76| />
   77| <!--[if lt IE 9]>
   78|   <script src="https://dojjag7ntwx81.cloudfront.net/js/html5shiv.min.js"></script>

CURR_ACCOUNT is not defined
   at eval (/var/app/current/views/partials/head.ejs:15:39)
   at head (/var/app/current/node_modules/ejs/lib/ejs.js:682:17)
   at include (/var/app/current/node_modules/ejs/lib/ejs.js:680:39)
   at eval (/var/app/current/views/job404.ejs:15:17)
   at job404 (/var/app/current/node_modules/ejs/lib/ejs.js:682:17)
   at tryHandleCache (/var/app/current/node_modules/ejs/lib/ejs.js:254:36)
   at View.exports.renderFile [as engine] (/var/app/current/node_modules/ejs/lib/ejs.js:485: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 dbPoolPg.query.then.db1 (/var/app/current/jobController.js:999:15)
   at process._tickCallback (internal/process/next_tick.js:68:7)