Working On
<% if page.used? %>
<%= render partial: "cards/display/public_preview", collection: page.records, as: :card, cached: ->(card) { card.cache_invalidation_parts.for_preview } %>
<% unless page.last? %>
<%= public_collection_cards_next_page_link collection, "doing-cards", page: page %>
<% end %>
<% else %>
Nothing here
<% end %>