github.com/lenfree/buffalo@v0.7.3-0.20170207163156-891616ea4064/examples/html-resource/templates/users/edit.html (about) 1 <h1>Edit User</h1> 2 3 {{ partial "errors.html" }} 4 <form action="/users/{{ user.ID }}" method="POST" accept-charset="utf-8"> 5 <input type="hidden" name="_method" id="_method" value="PUT" /> 6 {{ partial "users/form.html" }} 7 </form>