<%= post.title %>

<%- func.render_md(post.content) %>
<%= locale.edit_post %>
<%= locale.permalink %>
<%= locale.written_by %> <%= user.username %>






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