<% @collections.each.with_index do |collection, i| %>
<%= link_to collection do %>
<%= image_tag collection.cover_image, style: 'max-height: 300px;' %> <%= collection.title %>
<% if collection.subtitle? %> <%= collection.subtitle %> <% else %> Browse public <%= collection.page_types.map(&:downcase).to_sentence %> pages <% end %>
<% end %>
<% end %>
We're starting with a few collaborative collections that anyone can submit to and browse. The ability to create your own collections will be available for more users soon.