package auth templ UserComp(user string) {
if user != "" {
} else { Sign Up Sign In }
}