EagleCast
publish-github-pages / deploy (push) Waiting to run

This commit is contained in:
h202-wq
2026-07-09 10:03:32 -04:00
commit 66d9a033c9
446 changed files with 162542 additions and 0 deletions
@@ -0,0 +1,12 @@
{{ 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 }}