3 lines
128 B
Plaintext
Raw Normal View History

2017-07-01 02:14:14 +02:00
component Airing(animeList []*arn.Anime)
2017-07-06 22:23:32 +02:00
h1.page-title(title=toString(len(animeList)) + " anime") Explore
2017-07-01 02:14:14 +02:00
AnimeGrid(animeList)