summaryrefslogtreecommitdiffstats
path: root/templates/email_info.html
blob: 6b83db76ee544d3ee10fc11b0bc8eea27712bd57 (plain)
1
2
3
4
5
6
7
{{define "email_info"}}

<td style="color: #999; padding-top: 20px; line-height: 25px; font-size: 13px;">
    {{.Props.EmailInfo1}}<a href='mailto:{{.Props.SupportEmail}}' style='text-decoration: none; color:#2389D7;'>{{.Props.SupportEmail}}</a><br>{{.Props.EmailInfo2}}<br>{{.Props.EmailInfo3}}<br>
</td>

{{end}}