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

<%= @notification.title %>

<%= sanitize @notification.page_content %>


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