- <%= content_for(:container_header) || content_tag(:div, class: "sr-only visually-hidden") do - if render_page_title == t('blacklight.application_name') - content_tag(:h1, render_page_title) + content_tag(:h2, render_page_title + " Categories") - else - content_tag(:h1, render_page_title) - end - end %> - <%= render partial: 'shared/flash_msg', layout: 'shared/flash_messages' %> - -
- <%= content_for?(:content) ? yield(:content) : yield %> -
-