package amvs import ( "github.com/aerogo/aero" ) // Get AMVs. func Get(ctx *aero.Context) string { return ctx.HTML("Coming soon™.") }