mirror of
https://github.com/golang/go
synced 2024-11-19 10:34:46 -07:00
7 lines
200 B
HTML
7 lines
200 B
HTML
|
<h1>Editing {title}</h1>
|
||
|
|
||
|
<form action="/save/{title}" method="POST">
|
||
|
<div><textarea name="body" rows="20" cols="80">{body|html}</textarea></div>
|
||
|
<div><input type="submit" value="Save"></div>
|
||
|
</form>
|