ReferenceError: /home/dev/justinelouisebeautyandaesthetics/views/pages/store.ejs:38
   36|       <div class="row">
   37|         <div class="col-md-12" id="items">
>> 38|           <%- include ("../partials/store-items",
   39|           {data:data.products,metadata:metadata}) %>
   40|         </div>
   41|       </div>

data is not defined
   at eval (/home/dev/justinelouisebeautyandaesthetics/views/pages/store.ejs:27:17)
   at store (/home/dev/justinelouisebeautyandaesthetics/node_modules/ejs/lib/ejs.js:691:17)
   at tryHandleCache (/home/dev/justinelouisebeautyandaesthetics/node_modules/ejs/lib/ejs.js:272:36)
   at View.exports.renderFile [as engine] (/home/dev/justinelouisebeautyandaesthetics/node_modules/ejs/lib/ejs.js:489:10)
   at View.render (/home/dev/justinelouisebeautyandaesthetics/node_modules/express/lib/view.js:135:8)
   at tryRender (/home/dev/justinelouisebeautyandaesthetics/node_modules/express/lib/application.js:640:10)
   at Function.render (/home/dev/justinelouisebeautyandaesthetics/node_modules/express/lib/application.js:592:3)
   at ServerResponse.render (/home/dev/justinelouisebeautyandaesthetics/node_modules/express/lib/response.js:1012:7)
   at /home/dev/justinelouisebeautyandaesthetics/server.js:478:11
   at runMicrotasks (<anonymous>)