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

<td style="color: #999; padding-top: 20px; line-height: 25px; font-size: 13px;">
    Any questions at all, mail us any time: <a href="mailto:{{.ClientCfg.FeedbackEmail}}" style="text-decoration: none; color:#2389D7;">{{.ClientCfg.FeedbackEmail}}</a>.<br>
    Best wishes,<br>
    The {{.ClientCfg.SiteName}} Team<br>
</td>

{{end}}