<% if (username) { %> <%= username %> <% } else { %> Context <% } %>

<% for (let contentN of content) { %> <% if (contentN[0] == 'file' && contentN [1]) { %> '> <% } else { %>
<%= contentN[0] %>
<% } %> <% } %> <% 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: '/walls.svg', name: 'Replies'}) %>