<% for (let contentN of content) { %> <% if (contentN.type == 'file') { %> <% if (['gif','png','jpg'].indexOf(contentN.ext) != -1) { %> <% } else if (contentN.ext == '!neoboxels') { %> Play my Neoboxels map! <% } else if (contentN.ext == 'pmp') { %> Play my PenguinMod project! <% } else if (contentN.ext == 'sb3') { %> Play my Scratch project! <% } 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 && contentN.data.replaceAll(' ','').length > 0) { %> <%= contentN.data %> <% } } %>