parent
26894f1438
commit
cc12981a50
12 changed files with 216 additions and 13 deletions
|
@ -65,6 +65,7 @@ func InitTemplate(assetsPath string) *Template {
|
|||
path.Join(templatePath, "book.html"),
|
||||
path.Join(templatePath, "search.html"),
|
||||
path.Join(templatePath, "upload.html"),
|
||||
path.Join(templatePath, "submission.html"),
|
||||
path.Join(templatePath, "login.html"),
|
||||
path.Join(templatePath, "new.html"),
|
||||
path.Join(templatePath, "read.html"),
|
||||
|
|
Reference in a new issue