• <%= image_tag(collection.first_public_image) %>
    <%= link_to collection, class: 'white-text' do %>

    <%= PageCollection.icon %> <%= collection.title %>

    <% end %>
    <% if collection.subtitle? %> <%= collection.subtitle %> <% else %> <% collection.page_types.each do |pt| %> <% klass = content_class_from_name(pt) %> <%= klass.icon %> <% end %> <% end %>
    <% if collection.user.present? %>
    A <%= collection.privacy %> collection by <%= link_to collection.user.display_name, collection.user, class: "#{User.text_color}" %>
    <% end %>