github.com/greenpau/go-authcrunch@v1.1.4/assets/portal/messaging/templates/email/en/registration_verdict_body.template (about) 1 <html> 2 <body> 3 <p> 4 {{- if eq .verdict "approved" -}} 5 Your registration has been approved. 6 You may now login with the username or email 7 address below. 8 {{- else -}} 9 Your registration has been declined. 10 {{- end -}} 11 </p> 12 <p>The registation metadata follows:</p> 13 <ul style="list-style-type: disc"> 14 <li>Username: <code>{{ .username }}</code></li> 15 <li>Email: <code>{{ .email }}</code></li> 16 <li>Timestamp: {{ .timestamp }}</li> 17 </ul> 18 </body> 19 </html>