So I have a file with an array which I am passing to the ejs template. I must use that array in a for loop to render each item of the array. But al
ejs template
for loop