3 lines
129 B
Plaintext
Raw Normal View History

2017-10-28 01:53:12 +00:00
component Explore(animeList []*arn.Anime)
2017-07-06 20:23:32 +00:00
h1.page-title(title=toString(len(animeList)) + " anime") Explore
2017-07-01 00:14:14 +00:00
AnimeGrid(animeList)