Files
hway/app/views/view_loading.templ
2025-01-06 14:44:28 -05:00

10 lines
184 B
Plaintext

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