mirror of
https://github.com/mattermost/mattermost.git
synced 2026-04-13 04:57:45 -04:00
Combines the following repositories into one: https://github.com/mattermost/mattermost-server https://github.com/mattermost/mattermost-webapp https://github.com/mattermost/focalboard https://github.com/mattermost/mattermost-plugin-playbooks
10 lines
230 B
HTML
10 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}}
|