• <%= image_tag(collection.random_public_image) %>

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

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