diff --git a/templates/anime.gohtml b/templates/anime.gohtml index 485722b..477a984 100644 --- a/templates/anime.gohtml +++ b/templates/anime.gohtml @@ -44,8 +44,8 @@ {{template "watchlist_actions" dict "Anime" $anime "User" .User "Status" .Status}}
-
-
+
+

Synopsis

{{if $anime.Synopsis}}{{$anime.Synopsis}}{{else}}No synopsis available.{{end}}

{{if and $anime.Synopsis (gt (len $anime.Synopsis) 400)}} @@ -64,18 +64,10 @@ {{end}}
- - {{if $anime.Genres}} -
- {{range $anime.Genres}} - {{.Name}} - {{end}} -
- {{end}}