mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-01 15:00:00 +00:00
9 lines
220 B
Cheetah
9 lines
220 B
Cheetah
|
{{ template "header.tmpl" .}}
|
||
|
<main>
|
||
|
<section>
|
||
|
<h1>Email Address Confirmed</h1>
|
||
|
<p>Thanks {{.username}}! Your email address <b>{{.email}}</b> has been confirmed.<p>
|
||
|
</section>
|
||
|
</main>
|
||
|
|
||
|
{{ template "footer.tmpl" .}}
|