<%= render blacklight_config.track_search_session.item_pagination_component.new(search_context: @search_context, search_session: search_session, current_document: @document) if blacklight_config.track_search_session.item_pagination_component %> <% @page_title = t('blacklight.search.show.title', document_title: document_presenter(@document).html_title, application_name: application_name).html_safe %> <% content_for(:head) { render_link_rel_alternates } %> <% document_component = blacklight_config.view_config(:show).document_component -%> <%= render (document_component).new(document_component.collection_parameter => document_presenter(@document), component: :div, show: true, partials: blacklight_config.view_config(:show).partials) do |component| %> <% component.with_title(as: 'h1', classes: '', link_to_document: false, actions: false) %> <% component.with_footer do %> <% if @document.respond_to?(:export_as_openurl_ctx_kev) %> <% end %> <% end %> <% end %>