10 lines
198 B
Go
Raw Normal View History

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