8 lines
376 B
Cheetah
8 lines
376 B
Cheetah
{{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}}
|