<%
content_for :title do 'New User' end
%>
<h1>New user</h1>

<%= render 'form' %>

<%= link_to 'Back', users_path %>
