- <%= content_for(:container_header) %> + <%= content_for(:container_header) || content_tag(:div, class: "sr-only visually-hidden") do + if render_page_title == "UC Berkeley GeoData" + 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' %>