package templates import ( g "alin.ovh/gomponents" base "alin.ovh/homestead/templates" ) func IndexPage(site base.SiteSettings, page base.PageSettings) g.Node { return Layout(site, page, g.Text("Index Page")) }