github.com/spline-fu/mattermost-server@v4.10.10+incompatible/templates/email_footer.html (about)

     1  {{define "email_footer"}}
     2  
     3  <td style="text-align: center;color: #AAA; font-size: 11px; padding-bottom: 10px;">
     4      <p style="padding: 0 50px;">
     5          {{.Props.Organization}}<br>
     6          {{.Props.Footer}}
     7      </p>
     8  </td>
     9  
    10  {{end}}