9 lines
291 B
HTML
9 lines
291 B
HTML
{{define "body"}}
|
|
<p>Hi there,</p>
|
|
<p>Enter this code to verify your email address for <strong>{{.AppName}}</strong>:</p>
|
|
|
|
{{template "code_box" .}}
|
|
|
|
<p class="text-muted">This code expires in {{.ExpiresIn}} minutes. If you didn't request this, you can safely ignore this email.</p>
|
|
{{end}}
|