diff --git a/templates/book_list.html b/templates/book_list.html index 5f464f7..19c6aab 100644 --- a/templates/book_list.html +++ b/templates/book_list.html @@ -14,13 +14,13 @@ {{if .Publisher}}{{.Publisher}}{{end}}
+
{{range $i, $author := .Authors}} {{if $i}}&{{end}} {{$author}} {{end}}