How to use mustache for the following scenario:
el.html( can.view('ideasView', {ideas: records, photos: jQuery.parseJSON(users)}));
Is it possible to access photo by {{photos[id].photoUrl}}? I need to get photoUrl by ideas[i].Id when looping through ideas.