github.com/marinho/drone@v0.2.1-0.20140504195434-d3ba962e89a7/pkg/template/emails/activation.html (about) 1 {{ define "title" }}ACCOUNT ACTIVATION{{ end }} 2 3 {{ define "content" }} 4 <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: 5 <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> 6 </p> 7 {{ end }}