hydra-passwordless/cmd/server/template/layouts/verification_email.html.tmpl

30 lines
1.2 KiB
Cheetah
Raw Normal View History

2020-04-24 09:27:07 +02:00
{{define "content"}}
<tr>
<td class="wrapper">
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
2020-05-26 11:11:53 +02:00
<p>Bonjour,</p>
<p>Vous avez demandé à accéder à l'application <a href="{{ .ClientURI }}">"{{ .ClientName }}"</a>. Cliquez sur le lien ci dessous pour vous authentifier. </p>
2020-04-24 09:27:07 +02:00
<table border="0" cellpadding="0" cellspacing="0" class="btn btn-primary">
<tbody>
<tr>
<td align="left">
<table border="0" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td> <a href="{{ .VerificationLink }}" target="_blank">Accéder à l'application</a> </td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</table>
</td>
</tr>
{{end}}
{{template "email" .}}