<% for (let contentN of content) { %>
<% if (contentN[0] == 'file' && contentN [1]) { %>
'>
<% } else { %>
<% } %>
<% } %>
<% if (!isNaN(date * 1)) { %>
Posted on <%= new Date(date).toISOString() %>
<% } %>
<%- include ('vblock.ejs', {link: `/${type}/${id}`, icon: '/icon.svg', name: 'Original'}) %>
<%- include ('vblock.ejs', {link: `/walls/get/${type}/${id}/0`, icon: '/icon.svg', name: 'Replies'}) %>