<%= render(:partial => "animal" , :collection => %w{ ant bee cat dog elk }, :spacer_template => "spacer" ) %>
animal is the name of template and local variable holding each element of collection inside the partial. animal_counter holds the index of current element in the collection. spacer_template is rendered between each elements in the collection.