12 lines
192 B
Go
Raw Normal View History

2016-11-19 14:54:31 +00:00
package genres
import (
"github.com/aerogo/aero"
"github.com/animenotifier/notify.moe/components"
)
// Get ...
func Get(ctx *aero.Context) string {
return ctx.HTML(components.Genres())
}