My Blog
Powered by
free and open source software
.
<% if (isAuthenticated) { %>
Dashboard
Logout
<% } else { %>
Login
<% } %>
<% posts.forEach(function(post){ %>
<%= post.title %>
<%= post.createdAt.toLocaleDateString() %>
<%- marked(post.content) %>
<% }); %>