var CollectionView = View.extend({ el: "#collection", template: $("#collection .template").html(), events: { }, initialize: function(){ this.$content = this.$(".content") }, populate: function(){ }, })