mattermost/server/templates/partials/header_verify.mjml

16 lines
No EOL
621 B
XML

<mj-section padding="0px 24px 40px 24px">
<mj-column>
<mj-text css-class="title" padding="0px">
{{.Props.Title}}
</mj-text>
<mj-text css-class="subTitle" padding="16px 24px 0px 24px">
{{.Props.SubTitle1}}<a href="{{.Props.SiteURL}}">{{.Props.ServerURL}}</a>
</mj-text>
<mj-raw>{{if .Props.ButtonURL}}</mj-raw>
<mj-text css-class="subTitle" padding="0px 24px 16px 24px">
{{.Props.SubTitle2}}
</mj-text>
<mj-button href="{{.Props.ButtonURL}}" padding="0px" css-class="button">{{.Props.Button}}</mj-button>
<mj-raw>{{end}}</mj-raw>
</mj-column>
</mj-section>