1
0
mirror of https://github.com/golang/go synced 2024-09-25 11:10:13 -06:00
go/doc/articles/wiki/edit.html

7 lines
216 B
HTML
Raw Normal View History

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