ReferenceError: /var/www/html/IboPlayerWebsite/views/frontend/partials/layout.ejs:13
   11|     </div>
   12|
>> 13|     <%- include('../partials/header'); %>
   14|     <%- body %>
   15|
   16|

/var/www/html/IboPlayerWebsite/views/frontend/partials/header.ejs:7
   5|             <div class="col-md-8 col-xs-12">
   6|                 <ul class="left-info">
>> 7|                     <li><a href="https://join.skype.com/Ahyj2bJ3irEz" target="_blank"><i class="fa fa-skype"></i><%=skype_id%></a></li>
   8|                     <li><a href="https://wa.me/<%=whatsapp_number%>?text=Hello%2C%20I%20am%20quiring%20about%20ibo%20player." target="_blank"><i class="fa fa-whatsapp"></i><%=phone_number%></a></li>
   9|                 </ul>
   10|             </div>

skype_id is not defined
   at eval ("/var/www/html/IboPlayerWebsite/views/frontend/partials/header.ejs":12:25)
   at header (/var/www/html/IboPlayerWebsite/node_modules/ejs/lib/ejs.js:692:17)
   at include (/var/www/html/IboPlayerWebsite/node_modules/ejs/lib/ejs.js:690:39)
   at eval ("/var/www/html/IboPlayerWebsite/views/frontend/partials/layout.ejs":15:17)
   at layout (/var/www/html/IboPlayerWebsite/node_modules/ejs/lib/ejs.js:692:17)
   at tryHandleCache (/var/www/html/IboPlayerWebsite/node_modules/ejs/lib/ejs.js:272:36)
   at exports.renderFile [as engine] (/var/www/html/IboPlayerWebsite/node_modules/ejs/lib/ejs.js:489:10)
   at View.render (/var/www/html/IboPlayerWebsite/node_modules/express/lib/view.js:135:8)
   at tryRender (/var/www/html/IboPlayerWebsite/node_modules/express/lib/application.js:640:10)
   at Function.render (/var/www/html/IboPlayerWebsite/node_modules/express/lib/application.js:592:3)