mirror of
https://github.com/unknwon/the-way-to-go_ZH_CN.git
synced 2025-08-12 01:21:38 +08:00
6 lines
237 B
HTML
6 lines
237 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> |