<%= post.title %>

<%= post.content %>
Permalink


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