Sessions are almost in use now

This commit is contained in:
2016-11-23 23:21:24 +09:00
parent 1db5d85a8a
commit 360c991884
3 changed files with 18 additions and 8 deletions

View File

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