package templates templ Login(sessionExpired bool, deleted bool) { Login - Bookhoard
📚 Bookhoard if sessionExpired {
@Icon("info", "h-5 w-5 shrink-0")

Your session has expired. Please log in again to continue.

} if deleted {
@Icon("check-circle", "h-5 w-5 shrink-0")

Your account has been deleted successfully.

}

Don't have an account? Sign up

}