harness-drone/pkg/template/emails/activation.html
2014-02-07 03:10:01 -07:00

7 lines
574 B
HTML

{{ define "title" }}ACCOUNT ACTIVATION{{ end }}
{{ define "content" }}
<p class="lead" style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; font-weight: normal; font-size: 17px; line-height: 1.3; margin: 0 0 10px; padding: 0; color: #333;">Please follow this link to activate your account:
<div><a href="{{.Host}}/register?token={{.Token}}" style="font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif; color: #2a6496; font-weight: normal; margin: 0; padding: 0;">{{.Host}}/register?token={{.Token}}</a></div>
</p>
{{ end }}