<%- include ('formatted.ejs', {content}) %>
<% if (!isNaN(date * 1)) { %>
Posted on <%= new Date(date).toISOString() %>
<% } %>
<% if (type != 'hub') { %>
<%- include ('vblock.ejs', {link: `/${type}/${id}`, icon: '/icon.svg', name: 'Original'}) %>
<% } %>
<%- include ('vblock.ejs', {link: `/walls/get/${type}/${id}/0`, icon: '/walls.svg', name: 'Replies'}) %>