notify.moe/pages/explore/explore.pixy
2017-07-01 02:14:14 +02:00

3 lines
128 B
Plaintext

component Airing(animeList []*arn.Anime)
h2.page-title(title=toString(len(animeList)) + " anime") Explore
AnimeGrid(animeList)