github.com/rotblauer/buffalo@v0.7.1-0.20170112214545-7aa55ef80dd3/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>