inou/lib/templates/email_verify_nl.tmpl

7 lines
555 B
Cheetah

{{define "email_verify_nl"}}<h1 style="margin:0 0 8px;font-size:24px;color:#2D2A26;">inou</h1>
<p style="margin:0 0 32px;font-size:14px;color:#5C5549;">jouw gezondheidsdata, jouw AI</p>
<p style="margin:0 0 16px;color:#2D2A26;">Jouw verificatiecode is:</p>
<div style="background:#FAF8F5;border-radius:8px;padding:24px;text-align:center;margin:0 0 32px;">
<span style="font-size:32px;font-weight:500;letter-spacing:4px;color:#2D2A26;">{{index . "Code"}}</span>
</div>
<p style="font-size:14px;color:#5C5549;">Deze code verloopt over 10 minuten.</p>{{end}}