<% content_for :title, "Notification" %> <% content_for :before_content do %> <%= govuk_back_link(href: :back) %> <% end %>
<%== render_for_page(@notification) %>

<%= govuk_button_link_to "Back to #{current_user.present? ? 'Home' : 'Start'}", root_path %>