package view import ( "stevenlr.com/locker/model" ) templ LoginFormError(currentUser *model.User, err string) { if currentUser == nil {
Signed in as { currentUser.Name }
@SecondaryButton("button", "Sign out", templ.Attributes{ "hx-post": "/logout", "hx-refresh": true, })