UNPKG
@go-len/go-len-runtime-linux
Version:
latest (1.12.5)
1.12.5
1.12.4
1.12.3
1.12.2
1.12.1
Embedded Go runtime
github.com/dungviettran89/go-len-dep
dungviettran89/go-len-dep
@go-len/go-len-runtime-linux
/
go
/
doc
/
articles
/
wiki
/
edit.html
7 lines
(5 loc)
•
216 B
HTML
View Raw
1
2
3
4
5
6
7
<
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
>