package forms import "github.com/labstack/echo/v4" templ BasicInfo(c echo.Context, state FormState) { switch (state) { default:

Account

Make changes to your account here. Click save when you're done.

} } templ CreateCredentials(state FormState) { } templ PrivacyTerms(state FormState) { }