<% var keys = _.shuffle(_.keys(customers)), counter = 0; %> <% _.each( keys, function(element, index, list) { if( counter < showMax ){ %>
  • <%= customers[element] %>
  • <% counter++; } }) %>