10 lines
193 B
Go
Raw Normal View History

2017-06-08 09:51:34 +00:00
package awards
import "github.com/aerogo/aero"
import "github.com/animenotifier/notify.moe/components"
// Get ...
func Get(ctx *aero.Context) string {
return ctx.HTML(components.Awards())
}