<%= post.title %>

<%- converter.makeHtml(post.content) %>
Permalink


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