<%= t('spotlight.curation.home_pages.header') %>

<% if @exhibit.home_page %>

<%= t('spotlight.curation.home_pages.page_title') %>

<% else %> <%= link_to t('spotlight.curation.home_pages.add'), new_exhibit_home_page_path(@exhibit), class: 'btn btn-primary' %> <% end %>