scaffolding for new seasons
This commit is contained in:
9
internal/view/page/new_season.templ
Normal file
9
internal/view/page/new_season.templ
Normal file
@@ -0,0 +1,9 @@
|
||||
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()
|
||||
}
|
||||
Reference in New Issue
Block a user