2017-06-27 13:06:19 +02:00

10 lines
211 B
Go

package music
import "github.com/aerogo/aero"
import "github.com/animenotifier/notify.moe/components"
// Get renders the music page.
func Get(ctx *aero.Context) string {
return ctx.HTML(components.Music())
}