<% if page.used? %>
<%= render partial: "cards/display/public_preview", collection: page.records, as: :card, cached: true %>
<% unless page.last? %>
<%= public_collection_cards_next_page_link collection, "considering-cards", page: page %>
<% end %>
<% else %>
Nothing here
<% end %>