9 lines
151 B
Go
Raw Normal View History

2017-06-27 10:39:41 +00:00
package music
import "github.com/aerogo/aero"
// Get renders the music page.
func Get(ctx *aero.Context) string {
return ctx.HTML("Coming soon.")
}