2017-06-20 09:13:56 +00:00
|
|
|
package webdev
|
2017-06-08 09:51:34 +00:00
|
|
|
|
|
|
|
import "github.com/aerogo/aero"
|
|
|
|
import "github.com/animenotifier/notify.moe/components"
|
|
|
|
|
|
|
|
// Get ...
|
|
|
|
func Get(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
|
|
|
}
|