mirror of
https://github.com/mattermost/mattermost.git
synced 2026-02-20 00:10:19 -05: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
12 lines
355 B
XML
12 lines
355 B
XML
<mj-section padding="0px">
|
|
<mj-column>
|
|
<mj-image src="{{.Props.SiteURL}}/static/images/welcome_illustration_new.png" width="320px" padding="0px" />
|
|
</mj-column>
|
|
</mj-section>
|
|
<mj-section padding="0px">
|
|
<mj-column>
|
|
<mj-text css-class="info" padding="0px">
|
|
{{.Props.Info}}<br>{{.Props.Info1}}
|
|
</mj-text>
|
|
</mj-column>
|
|
</mj-section>
|