<%- include("partials/document-head.ejs") %> Yet-Another-Blog <%- include("partials/header.ejs") %>
<%if(logged_in_user) {%>
<%}%>
<%= post.title %>
<%- post.content %>
" />
<%= post.owner.display_name || post.owner.username %>
Registered <%= post.created_date.toLocaleString('en-US', { dateStyle:'medium' }) || "Null" %>
<%= post.post_count %> Posts
<%- include("partials/footer.ejs") %>