2017-06-21 01:05:34 +00:00
|
|
|
package login
|
|
|
|
|
|
|
|
import (
|
|
|
|
"github.com/aerogo/aero"
|
|
|
|
"github.com/animenotifier/notify.moe/components"
|
|
|
|
)
|
|
|
|
|
|
|
|
// Get ...
|
|
|
|
func Get(ctx *aero.Context) string {
|
2017-11-16 21:09:50 +00:00
|
|
|
return ctx.HTML(components.Login(""))
|
2017-06-21 01:05:34 +00:00
|
|
|
}
|