notify.moe/pages/airing/airing.pixy

3 lines
116 B
Plaintext

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