'><%= post.title %>

<%- func.render_tags(post.tags) %>

<%- func.render_md(post.content) %>

<%= locale.written_by %> <%= user.username %> - <%= locale.published %>: <%= func.unix_time_to_date_format(post.pubdate) %>
<%= locale.last_modified %>: <%= func.unix_time_to_date_format(post.pubdate) %>
">
<% if (config.enable_hitcount == true) { %>
Hitcount: <%- post.hitcount %>
<% } %>

">




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