{{ define "title"}}{{ t "Settings" }}{{ end }} {{ define "content"}}
{{ if .errorMessage }}
{{ t .errorMessage }}
{{ end }}
{{ if hasOAuth2Provider "google" }}
{{ if hasKey .user.Extra "google_id" }} {{ t "Unlink my Google account" }} {{ else }} {{ t "Link my Google account" }} {{ end }}
{{ end }} {{ end }}