Comments

<% for (let comment of comments) { %>
<%= comment.username %>
<%= (new Date(comment.date)+'').split(/(GMT|UTC)/g)[0] %>
<%= comment.content %>
<% } %>