package home import ( "github.com/onsonr/sonr/pkg/nebula/global/styles" "github.com/onsonr/sonr/pkg/nebula/models" ) templ View(home *models.Home) { @styles.LayoutNoBody("Sonr.ID", true) { @Header() @SectionHero(home.Hero) @Highlights() @Features() @Bento() @Lowlights() @CallToAction() @Footer() } }