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