- photos.each_with_index do |photo,index| %div.item{ class: (index==0? 'active' : '') } = image_tag(photo.picture(:banner))