Comments
<% for(let c of Comments){%>
<%=c.body.substring(0,20)%><% if(c.body.length>20){%>...<%}%> -
<%=c.username%>
Show details
Edit Comment
Delete
<%}%>
Add New Comment