<% items.forEach(item => { if (item.video) { %>
<% } else { %>
data-download-url="<%- item.downloadUrl %>"<% } %>>
<% } }) %>