package views import ( "github.com/onsonr/sonr/internal/nebula/hero" "github.com/onsonr/sonr/internal/nebula/layout" ) templ ErrorView(err string) { @layout.View("Error | Sonr.ID") { @layout.Container() { @hero.TitleDesc("Uh oh!", "Something went wrong.")
{ err }