<% var thumburl; if (item.id.indexOf('mapbox://') === 0) { thumburl = 'http://a.tiles.mapbox.com/v3' + item.id.replace('mapbox://','') + '/thumb.png'; } else { thumburl = '/thumb.png?id=' + item.id; } %>
project col12 fill-lighten0 round small strong contain' href='/source?id=<%=item.id%>'>
<%= item.name || 'Untitled' %>
<% if (item.id.indexOf('tmsource://') === 0) { %> Local <% } else {%> Remote <% } %> <%= item.id.split('/').pop() %>
<% if (obj.withdel) { %> <% } %>