3 lines
116 B
Plaintext

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