if action == "signup" {
not your first time?
} else {
first time?
}
package pages import ( "fmt" "git.ekzyis.com/ekzyis/delphi.market/server/router/pages/components" ) templ Auth(action string) { @components.Head()
@components.Nav()