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