<%= post.title %>
<%- converter.makeHtml(post.content) %>
<%= locale.permalink %>
<%- func.hyperlink_tags(post.tags) %>
<% comments[postID].forEach((comment) => { %>
<%- include('../partials/comment', {comment: comment}) %>
<% }) %>
<%- config.seperator %>