9 lines
426 B
Cheetah
9 lines
426 B
Cheetah
{{define "subject"}}Your Vantage licence key{{end}}
|
|
{{define "title"}}Your licence key{{end}}
|
|
{{define "body"}}
|
|
{{template "lead" (printf "Your licence for %s is below." .InstanceName)}}
|
|
{{template "p" "Paste it into Settings > Licence on your Vantage install:"}}
|
|
{{template "well" .Blob}}
|
|
{{template "p" "The licence is signed public data, not a secret - it is useless on any instance other than the one it names."}}
|
|
{{end}}
|