package index import "github.com/onsonr/sonr/pkg/common/styles/layout" templ InitialView() { @layout.Root("Sonr.ID") {

Sonr.ID

The decentralized identity layer for the web.


Get Started
} } templ ReturningView() { @layout.Root("Sonr.ID") {

Welcome Back!

Continue with your existing Sonr.ID.


} }