8 lines
295 B
Plaintext
Raw Normal View History

2018-12-06 05:13:49 +00:00
component ExploreAnimeSequels(entries []*utils.AnimeWithRelatedAnime, viewUser *arn.User, user *arn.User)
2018-03-26 21:38:15 +00:00
h1 Sequels of my completed anime
.explore-anime
if len(entries) == 0
p.no-data.mountable No sequels found for the anime you completed.
else
AnimeGridWithRelation(entries, user)