<% _.each(selections, function(items) { var isPhotoVideo = items.get('uiMediaType'); if(isPhotoVideo === "photo" || isPhotoVideo == "video"){ %>
  • svg <% if(isPhotoVideo === "photo") { %> <% } else {%> <% } %>
  • <% } else { %>
  • svg <%=items.get('title') %><%=items.get('albumName') %><%=items.get('artist') %>
  • <% }}) %>