<%= post.title %>

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


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