3 lines
129 B
Plaintext

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