Files
mattermost/templates/email_footer.html

11 lines
230 B
HTML
Raw Permalink Normal View History

2015-12-11 11:22:12 -08:00
{{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}}
2015-12-11 11:22:12 -08:00
</p>
</td>
{{end}}