So I have an array called "comments"
comments: ["Comment1","Comment2","Comment3"]
Now I want to display every item as a new line in HTML
Other stuff from my object I display like this:
<p><%= singlegif.get("title") %></p>
But obviously putting "comments" in the above code displays them all next to eachother.. Now how do I display one/line?