3 lines
127 B
Plaintext
Raw Normal View History

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