10 lines
193 B
Go
10 lines
193 B
Go
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())
|
|
}
|