mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-02 17:31:39 +00:00
15 lines
215 B
Templ
15 lines
215 B
Templ
package views
|
|
|
|
import (
|
|
)
|
|
|
|
templ InitialView() {
|
|
@LayoutView("Sonr.ID") {
|
|
@LayoutContainer() {
|
|
@HeroTitle("Sonr.ID", "The decentralized identity layer for the web.")
|
|
@HeroStart()
|
|
@HeroSocials()
|
|
}
|
|
}
|
|
}
|