Files
EagleCast/static/email-templates/forgot-password.html
T
h202-wq 66d9a033c9
publish-github-pages / deploy (push) Waiting to run
EagleCast
2026-07-09 10:03:32 -04:00

13 lines
325 B
HTML

{{ define "forgot-password" }}
{{ template "header" . }}
<h2>{{ L.T "email.forgotPassword.subject" }}</h2>
<p>
<a href="{{ .ResetURL }}" class="button">{{ L.T "email.forgotPassword.button" }}</a>
</p>
<p style="color: #666; font-size: 12px;">{{ L.T "email.forgotPassword.info" }}</p>
{{ template "footer" }}
{{ end }}