diff --git a/templates/anime.gohtml b/templates/anime.gohtml index 555a397..682fb8c 100644 --- a/templates/anime.gohtml +++ b/templates/anime.gohtml @@ -38,6 +38,26 @@ {{end}} {{end}} +{{define "anime_recommendations_loading"}} +
+
+

Recommendations

+
+ {{range (seq 8)}} +
+
+
+
+ {{end}} +
+
+
+{{end}} + {{define "anime_statistics"}} {{if .Items}}
@@ -296,7 +316,7 @@
-
+

Characters & Cast

@@ -314,7 +334,10 @@
-
+
Loading watch order sequence... @@ -322,7 +345,11 @@
-
+

Recommendations

diff --git a/templates/components/watch_order.gohtml b/templates/components/watch_order.gohtml index 3141f0c..551f736 100644 --- a/templates/components/watch_order.gohtml +++ b/templates/components/watch_order.gohtml @@ -18,3 +18,15 @@
{{end}} + +{{define "watch_order_loading"}} +
+
+
+ Loading watch order sequence... +
+
+{{end}}