% include ../partials/head %>
<% include ../partials/header %>
Posts
<% posts.forEach(function(post) { %>
<%= post.created_at_short %>
<%= post.post_title %>
<% }) %>