mirror of
https://github.com/onsonr/motr.git
synced 2025-03-10 17:29:10 +00:00
17 lines
296 B
Plaintext
17 lines
296 B
Plaintext
package current
|
|
|
|
import (
|
|
"github.com/onsonr/nebula/ui/hero"
|
|
"github.com/onsonr/nebula/ui/layout"
|
|
)
|
|
|
|
templ InitialView() {
|
|
@layout.Root("Sonr.ID") {
|
|
@layout.Container() {
|
|
@hero.Title("Sonr.ID", "The decentralized identity layer for the web.")
|
|
@hero.Start()
|
|
@hero.Socials()
|
|
}
|
|
}
|
|
}
|