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