12 lines
197 B
Go
Raw Normal View History

2017-11-17 11:08:16 +00:00
package terms
import (
"github.com/aerogo/aero"
"github.com/animenotifier/notify.moe/components"
)
// Get ...
2019-06-01 04:55:49 +00:00
func Get(ctx aero.Context) error {
2017-11-17 11:08:16 +00:00
return ctx.HTML(components.TermsOfService())
}