Admin Dashboard

New Post Logout
<% posts.forEach(function(post){ %>

<%= post.title %>

<%= post.createdAt.toLocaleDateString() %>
<%- marked(post.content) %>
Edit
<% }); %>