10 lines
198 B
Go
Raw Normal View History

2017-10-02 12:56:51 +00:00
package admin
2017-06-08 09:51:34 +00:00
import "github.com/aerogo/aero"
import "github.com/animenotifier/notify.moe/components"
2017-10-02 12:56:51 +00:00
// WebDev ...
func WebDev(ctx *aero.Context) string {
2017-06-20 09:13:56 +00:00
return ctx.HTML(components.WebDev())
2017-06-08 09:51:34 +00:00
}