diff --git a/templates/components/anime_themes.gohtml b/templates/components/anime_themes.gohtml new file mode 100644 index 0000000..0c87a3f --- /dev/null +++ b/templates/components/anime_themes.gohtml @@ -0,0 +1,38 @@ +{{define "anime_themes"}} +{{if or .Items.Openings .Items.Endings}} +
+
+

Openings

+
+ {{range .Items.Openings}} +
{{.}}
+ {{end}} +
+
+
+

Endings

+
+ {{range .Items.Endings}} +
{{.}}
+ {{end}} +
+
+
+{{else}} +
No theme songs available.
+{{end}} +{{end}} + +{{define "anime_themes_dialog"}} + + +
+{{end}}