gonotes/templates/edit.html

7 lines
171 B
HTML
Raw Normal View History

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