{{ template "_base.html" . }} {{ define "title" }}Distillery User{{ end }} {{ define "header/time" }} {{ end }} {{ define "header"}} {{ end }} {{ define "content" }}
Welcome {{ .User.User }}! Logout

{{ if .User.Admin }} You are an administrator. {{ else }} You are a regular user. {{ end }} {{ if .User.TOTPEnabled }} You have TOTP enabled. {{ else }} You do not have TOTP enabled. {{ end }}

Change Password {{ if .User.TOTPEnabled }} Disable TOTP {{ else }} Enable TOTP {{ end }}

{{ if .User.Admin }}
{{ if (not .User.TOTPEnabled) }}
TOTP is required to access these.
{{ end }}
Distillery Control Page

{{ end }}
There will be a list of WissKIs you have access to here.
{{ end }}