Files
vantage-shared/mail/templates/verification.txt.tmpl
T
2026-09-10 12:06:29 +00:00

21 lines
1.2 KiB
Cheetah

{{define "subject"}}Confirm your email to finish setting up Vantage{{end}}
{{define "tone"}}accent{{end}}
{{define "category"}}Account{{end}}
{{define "pill"}}{{template "chip" (dict "label" "Action needed" "tone" "accent")}}{{end}}
{{define "title"}}Confirm your email address{{end}}
{{define "body"}}
{{template "lead" (printf "Welcome to Vantage. Confirm that %s is your address and your account is ready to use." .Email)}}
{{template "button" (dict "label" "Confirm email address" "url" .Link)}}
{{template "rows" (list
(dict "k" "Account email" "v" .Email)
(dict "k" "Link expires" "v" (stamp .Expires))
(dict "k" "Can be used" "v" "Once"))}}
{{template "label" "What happens next"}}
{{template "steps" (list
(dict "t" "Confirm your address" "d" "Open the link above. It works once, then it is spent.")
(dict "t" "Sign in to Vantage HQ" "d" "Use this email address and the password you chose at sign-up.")
(dict "t" "Create your first instance" "d" "It starts on a Free licence you can renew in one click."))}}
{{template "callout" (dict "tone" "none" "title" "Did not sign up?" "text" "Ignore this email. Nothing is activated until the link is opened, and it expires on its own.")}}
{{end}}
{{define "why"}}someone signed up for Vantage with {{.Email}}.{{end}}