% content_for :title, "Change your personal details" %> <% content_for :before_content do %> <%= govuk_back_link( text: 'Back', href: :back, ) %> <% end %> <%= form_for(current_user, as: :user, html: { method: :patch }) do |f| %>