12 lines
213 B
Go
Raw Normal View History

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