ReferenceError: /home/bitnami/Smartnest-WebApp/views/ALL/payment.ejs:272
   270|
   271|   <!-- Footer-->
>> 272|   <%- include("../Layouts/footer.ejs")%>
   273|   <script src="/js/ALL/payments.js"></script>
   274| </body>
   275|

/home/bitnami/Smartnest-WebApp/views/Layouts/footer.ejs:15
   13|             <ul class="list-inline">
   14|
>> 15|                     <li class="list-inline-item"><a href="/index/<%=language%>"> <%= footer[language].home%></a></li>
   16|                     <li class="list-inline-item"><a href="/pricing?lang=<%=language%>"><%= footer[language].pricing%></a></li>
   17|                     <li class="list-inline-item"><a href="<%= footer[language].documentationLink%>" target="_blank"><%= footer[language].about%></a></li>
   18|                     <li class="list-inline-item"><a href="/TermsOfUse/<%=language%>"><%= footer[language].terms%></a></li>

footer is not defined
   at eval (/home/bitnami/Smartnest-WebApp/views/Layouts/footer.ejs:14:26)
   at footer (/home/bitnami/Smartnest-WebApp/node_modules/ejs/lib/ejs.js:682:17)
   at include (/home/bitnami/Smartnest-WebApp/node_modules/ejs/lib/ejs.js:680:39)
   at eval (/home/bitnami/Smartnest-WebApp/views/ALL/payment.ejs:120:17)
   at payment (/home/bitnami/Smartnest-WebApp/node_modules/ejs/lib/ejs.js:682:17)
   at tryHandleCache (/home/bitnami/Smartnest-WebApp/node_modules/ejs/lib/ejs.js:254:36)
   at View.exports.renderFile [as engine] (/home/bitnami/Smartnest-WebApp/node_modules/ejs/lib/ejs.js:485:10)
   at View.render (/home/bitnami/Smartnest-WebApp/node_modules/express/lib/view.js:135:8)
   at tryRender (/home/bitnami/Smartnest-WebApp/node_modules/express/lib/application.js:640:10)
   at Function.render (/home/bitnami/Smartnest-WebApp/node_modules/express/lib/application.js:592:3)