minty-cafe/web/handler/html/register-success.html
2026-03-11 19:14:41 +00:00

7 lines
No EOL
230 B
HTML

{{ define "content" }}
<section>
<h1>Thank you!</h1>
<p>Thanks for registering, {{ .name }}!</p>
<p>You should receive a confirmation email on {{ .email }} as soon as your account is activated.</p>
</section>
{{ end }}