blob: c14953b17ba4d9b4141fa9680ae944395dce567a (
plain)
1
2
3
4
5
6
|
<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>
|