ReferenceError: /var/app/current/views/error.ejs:10
   8| </main>
   9|
>> 10| <%- include('partials/footers/footer_en.ejs') %>

/var/app/current/views/partials/footers/footer_en.ejs:8
   6|         <li><a class="nav_footer_link" href="/en/sitemap">Sitemap</a></li>
   7|     </ul>
>> 8|     <p class="footer_copyright">&copy; Formosa Gourmet <%- moment().format("YYYY"); %></p>
   9| </footer>
   10| <!--Extra JS-->
   11| <script type="text/javascript" src="/scripts/scripts.js"></script>

moment is not defined
   at eval (eval at compile (/var/app/current/node_modules/ejs/lib/ejs.js:673:12), <anonymous>:12:7)
   at footer_en (/var/app/current/node_modules/ejs/lib/ejs.js:703:17)
   at include (/var/app/current/node_modules/ejs/lib/ejs.js:701:39)
   at eval (eval at compile (/var/app/current/node_modules/ejs/lib/ejs.js:673:12), <anonymous>:13:17)
   at error (/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 View.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)