github.com/mmrath/gobase@v0.0.1/client/resources/templates/email/auth/init_password_reset.html (about) 1 {{define "initPasswordReset"}} 2 {{template "header"}} 3 <p> 4 We just need to validate your email address to activate your account. Simply click the following link: 5 </p> 6 <a href="{{.URL}}">Activate my account</a> 7 8 <p>If the link does not work, copy the below URL into your browser:</p> 9 <a href="{{.URL}}">{{.URL}}</a> 10 11 Thank you 12 {{template "footer"}} 13 {{end}}