3 lines
116 B
Plaintext
Raw Normal View History

2016-11-23 03:44:28 +00:00
component Airing(animeList []*arn.Anime)
2016-11-23 14:21:24 +00:00
h2(title=toString(len(animeList)) + " anime") Airing
2016-11-23 03:44:28 +00:00
AnimeGrid(animeList)