2017-06-17 01:25:02 +02:00

12 lines
187 B
Go

package forums
import (
"github.com/aerogo/aero"
"github.com/animenotifier/notify.moe/pages/forum"
)
// Get forums page.
func Get(ctx *aero.Context) string {
return forum.Get(ctx)
}