sonr/gateway/views/view_loading.templ

10 lines
184 B
Plaintext
Raw Permalink Normal View History

package views
templ LoadingView() {
@LayoutView("Loading... | Sonr.ID") {
@LayoutContainer() {
@HeroTitle("Loading Vault", "This will be used to login to your vault.")
}
}
}