Files
sonr/nebula/components/auth/modal.templ
T

14 lines
334 B
Templ
Raw Normal View History

package auth
import (
"github.com/labstack/echo/v4"
"github.com/onsonr/sonr/nebula/components/auth/sections"
"github.com/onsonr/sonr/nebula/global/styles"
)
templ Modal(c echo.Context) {
@styles.OpenModal("Account Registration", "Enter your account information below to create your account.") {
@sections.RegisterStart()
}
}