github.com/lenfree/buffalo@v0.7.3-0.20170207163156-891616ea4064/examples/html-resource/templates/users/new.html (about) 1 <h1>New User</h1> 2 3 {{ partial "errors.html" }} 4 <form action="/users" method="POST" accept-charset="utf-8"> 5 {{ partial "users/form.html" }} 6 </form>