<%= post.title %>

<%= post.content %>
Permalink
By <%= user.username %>


<% comments[index].forEach((comment, index) => { %> <%- include('../partials/comment', {comment: comment}) %> <% }) %> <%- config.seperator %>