14 lines
434 B
HTML
14 lines
434 B
HTML
{{define "body"}}
|
|
<h2>Sign in to {{.AppName}}</h2>
|
|
<p>Click the button below to sign in. This link expires in {{.ExpiresIn}} minutes.</p>
|
|
|
|
{{template "button" .}}
|
|
|
|
<p class="text-muted">Or copy this link into your browser:<br>
|
|
<a href="{{.ActionURL}}">{{.ActionURL}}</a></p>
|
|
|
|
<hr class="divider">
|
|
|
|
<p class="text-muted">If you didn't request this sign-in link, you can safely ignore this email — your account is secure.</p>
|
|
{{end}}
|