ref: bdcdfe3451ec3d3498b33a171af83e827769cdc0
dir: /resetpassword.tpl/
{{define "content"}} <main> <h3>{{.reset}}</h3> {{template "errors" .errors}} <p>{{.resettext}} <form method="post" action="resetpassword.html"> <label for="email">{{.email}}*</label> <input type="email" name="email" id="email" required autocomplete="off"/><br> <button type="submit" class="button button-block"/>{{.sendreset}}</button> </form> </main> {{end}}