mattermost-community-enterp.../templates/partials/header_verify.mjml
Claude ec1f89217a Merge: Complete Mattermost Server with Community Enterprise
Full Mattermost server source with integrated Community Enterprise features.
Includes vendor directory for offline/air-gapped builds.

Structure:
- enterprise-impl/: Enterprise feature implementations
- enterprise-community/: Init files that register implementations
- enterprise/: Bridge imports (community_imports.go)
- vendor/: All dependencies for offline builds

Build (online):
  go build ./cmd/mattermost

Build (offline/air-gapped):
  go build -mod=vendor ./cmd/mattermost

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-17 23:59:07 +09:00

16 lines
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>