8 lines
255 B
HTML
8 lines
255 B
HTML
{{define "footer"}}<div class="email-footer">
|
|
{{- if .SupportEmail}}
|
|
<p>Questions? <a href="mailto:{{.SupportEmail}}">{{.SupportEmail}}</a></p>
|
|
{{- end}}
|
|
<p>You received this email because you have an account with {{.AppName}}.</p>
|
|
</div>
|
|
{{end}}
|