diff --git a/templates/book.html b/templates/book.html index 5da151d..f289b06 100644 --- a/templates/book.html +++ b/templates/book.html @@ -33,13 +33,13 @@ function delBook(){

- +
+ {{if .Author}}
Author
{{range .Author}}{{.}}, {{end}}
{{end}} + {{if .Publisher}}
Publisher
{{.Publisher}}
{{end}} + {{if .Subject}}
Tags
{{range .Subject}}{{.}}, {{end}}
{{end}} + {{if .Date}}
Date
{{.Date}}
{{end}} + {{if .Lang}}
Lang
{{range .Lang}}{{.}} {{end}}
{{end}} +
{{if $user}}