<%- include("../../../../../important/admin/views/_layouts/adminheader") %>

Blog Comments

<% include ../../../../../important/admin/views/_layouts/messages/messages %>
<% if(count < 1){ %>

There are no comments...

<% } else{ %> <% comments.forEach(comment=>{ %>

<%= comment.created %>

<%= comment.user.username %>

<%= comment.content %>

<% }) %> <% } %> <%- include("../../../../../important/admin/views/_layouts/adminfooter") %>