Serious noob question. I'm using node.js and handlebars. I'm using handlebar's {{#each}} to generate a .div for each post in my database. Problem is, when I use below document.getElement in my client-side main.js file it's only getting the first post. Please help me to get it working regardless of how many posts there are. Thank you!
document.getElementById("dropdown").classList.toggle("show");
document.getElementById('grabMe').classList.toggle("rotate");