Files
mattermost/templates/email_footer.html
David Lu 3f333678d8 PLT-2971 Added email footer for address (#3319)
* Added email footer for address

* added default

* Update html.go

* Changed according to PM
2016-06-16 08:44:02 -04:00

11 lines
230 B
HTML

{{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}}