2017-07-06 22:23:32 +02:00

3 lines
128 B
Plaintext

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