summaryrefslogtreecommitdiffstats
path: root/templates/email_footer.html
blob: 33b3d9ef6a7df55047b4936870b737211b869857 (plain)
1
2
3
4
5
6
7
8
9
10
{{define "email_footer"}}

<td style="text-align: center;color: #AAA; font-size: 11px; padding-bottom: 10px;">
    <p style="padding: 0 50px;">
        {{.Props.Organization}}<br>
        {{.Props.Footer}}
    </p>
</td>

{{end}}