package homeview import "git.haelnorr.com/h/oslstats/internal/view/baseview" // Page content for the index page templ IndexPage() { @baseview.Layout("OSL Stats") {
OSL Stats
Placeholder text
} }