summaryrefslogtreecommitdiffstats
path: root/templates/email_footer.html
blob: a15a2e908247fab6a1d8ce96a4234d8eb7f9b09f (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;">
        (c) 2015 Mattermost, Inc. 855 El Camino Real, 13A-168, Palo Alto, CA, 94301.<br>
        {{.Props.Footer}}
    </p>
</td>

{{end}}