Sessions with gorilla
This commit is contained in:
parent
44114bd91d
commit
c513344169
15 changed files with 251 additions and 47 deletions
|
@ -1,6 +1,6 @@
|
|||
{{template "header.html"}}
|
||||
{{template "header.html" .S}}
|
||||
|
||||
{{if .}}<p>{{.}}</p>{{end}}
|
||||
{{if .Msg}}<p>{{.Msg}}</p>{{end}}
|
||||
|
||||
<form method="POST" enctype="multipart/form-data">
|
||||
<input accept="application/epub+zip" type="file" name="epub" />
|
||||
|
|
Reference in a new issue