<%- include ../_template.ejs %>

<h1>New Users</h1>

<form method='post' action='/config/users' class='form-horizontal'>

  <%- include _form.ejs %>

</form>

<A href="/config/users"> Back </a>
