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

<% for (let contentN of content) { %> <% if (contentN[0] == 'file') { %> <% if (['gif','png','jpg'].indexOf(contentN[2]) != -1) { %> <% } else if (['txt','json'].indexOf(contentN[2]) != -1) { %> <%= contentN[1] %> <% } else if (['mp4','mp3','webm','wav'].indexOf(contentN[2]) != -1) { %> <% } %> <% } else if (contentN[0] == 'link') { %> <%= contentN[1] %> <% } else if (contentN[0] == 'curl') { %> <%= contentN[1] %> <% } else if (contentN[0].replaceAll(' ','').length > 0) { %> <%= contentN[0] %> <% } } %>
<% 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'}) %>