% for (let contentN of content) { %>
<% if (contentN.type == 'file') { %>
<% if (['gif','png','jpg'].indexOf(contentN.ext) != -1) { %>
<% } else if (contentN.ext == '!neoboxels') { %>
https://sand.dervland.net/?embed=https://com.dervland.net<%= contentN.path %>
<% } else if (['txt','json'].indexOf(contentN.ext) != -1) { %>
<%= contentN.href %>
<% } else if (['mp4','mp3','webm','wav'].indexOf(contentN.ext) != -1) { %>
<% } %>
<% } else if (contentN.type == 'link') { %>
<%= contentN.name %>
<% } else if (contentN.data.replaceAll(' ','').length > 0) { %>
<% } } %>