ReferenceError: /data/adt/om-official-website/om-ui/views/index.ejs:668
   666|                     </div>
   667|                     <div class="row">
>> 668|                         <% posts.forEach((post, i)=> {%>
   669|                             <div class="col-md-6 col-lg-4 mb-1-6 mb-md-1-9 mb-lg-0 wow fadeInUp" data-wow-delay=".4s">
   670|                                 <article class="card card-style2 border-none h-100">
   671|                                     <div class="card-img">

posts is not defined
   at eval ("/data/adt/om-official-website/om-ui/views/index.ejs":18:8)
   at index (/data/adt/om-official-website/om-ui/node_modules/ejs/lib/ejs.js:692:17)
   at tryHandleCache (/data/adt/om-official-website/om-ui/node_modules/ejs/lib/ejs.js:272:36)
   at View.exports.renderFile [as engine] (/data/adt/om-official-website/om-ui/node_modules/ejs/lib/ejs.js:489:10)
   at View.render (/data/adt/om-official-website/om-ui/node_modules/express/lib/view.js:135:8)
   at tryRender (/data/adt/om-official-website/om-ui/node_modules/express/lib/application.js:640:10)
   at Function.render (/data/adt/om-official-website/om-ui/node_modules/express/lib/application.js:592:3)
   at ServerResponse.render (/data/adt/om-official-website/om-ui/node_modules/express/lib/response.js:1012:7)
   at /data/adt/om-official-website/om-ui/app.js:46:15
   at Layer.handle [as handle_request] (/data/adt/om-official-website/om-ui/node_modules/express/lib/router/layer.js:95:5)