1
0
mirror of https://github.com/golang/go synced 2024-09-25 07:30:13 -06:00
go/doc/codelab/wiki/edit.html
2011-08-18 10:38:08 +10:00

7 lines
234 B
HTML

<h1>Editing {{.Title |html}}</h1>
<form action="/save/{{.Title |html}}" method="POST">
<div><textarea name="body" rows="20" cols="80">{{printf "%s" .Body |html}}</textarea></div>
<div><input type="submit" value="Save"></div>
</form>