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