package users // This is returned after the user logs into the application. // It just returns a partial view because it will overlap with the existing template. templ AfterLogin(message string, success bool) { if success {
{ message }
} else {
{ message }
} }