mirror of
https://github.com/mattermost/mattermost.git
synced 2026-04-29 09:59:45 -04:00
16 lines
621 B
Text
16 lines
621 B
Text
|
|
<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>
|