<%= post.title %>

<%= post.content %>
By <%= user.username %>

<%- func.hyperlink_tags(post.tags) %>
Edit
Published: <%= func.unix_time_to_date_format(post.pubdate) %>
Last Modified: <%= func.unix_time_to_date_format(post.pubdate) %>
<%- config.seperator %>


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