<% content_for :title, "New client" %>

New client

<%= render "form", client: @client %>
<%= link_to "Back to clients", clients_path %>