12 lines
187 B
Go
Raw Normal View History

package forums
import (
"github.com/aerogo/aero"
"github.com/animenotifier/notify.moe/pages/forum"
)
2017-06-16 23:25:02 +00:00
// Get forums page.
func Get(ctx *aero.Context) string {
return forum.Get(ctx)
}