diff --git a/web/components/anime/pending.templ b/web/components/anime/pending.templ new file mode 100644 index 0000000..2d8d470 --- /dev/null +++ b/web/components/anime/pending.templ @@ -0,0 +1,25 @@ +package anime + +import ( + "fmt" + "mal/web/templates" +) + +templ Pending(id int) { + @templates.Layout("mal - anime pending", true) { +
We could not load this anime right now. A background worker is retrying data fetch for anime #{ fmt.Sprintf("%d", id) }.
+Refresh this page in a few seconds.
+