3 lines
127 B
Plaintext
Raw Normal View History

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