From 0c479860efb9758875dad49229ce09a78f0d6635 Mon Sep 17 00:00:00 2001 From: mkelvers Date: Mon, 4 May 2026 20:03:52 +0200 Subject: [PATCH] style: finalize anime details sidebar and layout --- templates/anime.gohtml | 52 +++++++++++++++++++++++------------------- 1 file changed, 28 insertions(+), 24 deletions(-) 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}}