package page import "git.haelnorr.com/h/oslstats/internal/view/component/form" import "git.haelnorr.com/h/oslstats/internal/view/layout" templ NewSeason() { @layout.Global("New Season") {

Create New Season

Add a new season to the system. All fields are required.

@form.NewSeason()
} }