10 lines
210 B
Plaintext
10 lines
210 B
Plaintext
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")
|
|
@form.NewSeason()
|
|
}
|