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" .}}
|