mirror of
https://github.com/golang/go
synced 2024-11-15 11:40:35 -07:00
cbffaffa6d
««« CL 6116055 / d282c379aad7 doc: update wiki article to use html/template properly. Fixes #3569. R=golang-dev, r CC=golang-dev https://golang.org/cl/6116055 »»» R=golang-dev, rsc CC=golang-dev https://golang.org/cl/6119055
7 lines
216 B
HTML
7 lines
216 B
HTML
<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>
|