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