<% for (let contentN of content) { %> <% if (contentN[0] == 'file') { %> <% if (['gif','png','jpg'].indexOf(contentN[2]) != -1) { %> <% } else if (['!neoboxels'].indexOf(contentN[2]) != -1) { %> https://sand.dervland.net/?embed=https://com.dervland.net<%= contentN[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] %> <% } } %>