mirror of
https://github.com/onsonr/sonr.git
synced 2025-03-10 13:07:09 +00:00
15 lines
215 B
Plaintext
15 lines
215 B
Plaintext
package views
|
|
|
|
import (
|
|
)
|
|
|
|
templ InitialView() {
|
|
@LayoutView("Sonr.ID") {
|
|
@LayoutContainer() {
|
|
@HeroTitle("Sonr.ID", "The decentralized identity layer for the web.")
|
|
@HeroStart()
|
|
@HeroSocials()
|
|
}
|
|
}
|
|
}
|