12 lines
213 B
Go
Raw Normal View History

2018-04-16 22:02:24 +00:00
package multisearch
import (
"github.com/aerogo/aero"
"github.com/animenotifier/notify.moe/components"
)
// Anime search page.
2019-06-01 04:55:49 +00:00
func Anime(ctx aero.Context) error {
2018-04-16 22:02:24 +00:00
return ctx.HTML(components.MultiSearch())
}