mirror of
https://github.com/grafana/grafana.git
synced 2024-11-28 11:44:26 -06:00
ea27eca147
Co-authored-by: Santiago <santiagohernandez.1997@gmail.com>
41 lines
1.3 KiB
XML
41 lines
1.3 KiB
XML
<mjml>
|
|
<mj-head>
|
|
<!-- ⬇ Don't forget to specifify an email subject below! ⬇ -->
|
|
<mj-title>
|
|
{{ Subject .Subject "Welcome to Grafana" }}
|
|
</mj-title>
|
|
<mj-include path="./partials/layout/head.mjml" />
|
|
</mj-head>
|
|
<mj-body>
|
|
<mj-section>
|
|
<mj-include path="./partials/layout/header.mjml" />
|
|
</mj-section>
|
|
<mj-section background-color="#22252b" border="1px solid #2f3037">
|
|
<mj-column>
|
|
<mj-text>
|
|
<h2>Hi {{ .Name }},</h2>
|
|
</mj-text>
|
|
<mj-text>
|
|
Welcome! Ready to start building some beautiful metric and analytic dashboards?
|
|
</mj-text>
|
|
<mj-text>
|
|
If you are new to Grafana, refer to the <a href="https://grafana.com/docs/grafana/latest/getting-started/getting-started/">Getting started with Grafana</a>
|
|
guide.
|
|
</mj-text>
|
|
<mj-button href="https://grafana.com/docs/grafana/latest/getting-started/getting-started/">
|
|
Check out our getting started guide
|
|
</mj-button>
|
|
<mj-text>
|
|
Thank you for joining our community.
|
|
</mj-text>
|
|
<mj-text>
|
|
The Grafana Team
|
|
</mj-text>
|
|
</mj-column>
|
|
</mj-section>
|
|
<mj-section>
|
|
<mj-include path="./partials/layout/footer.mjml" />
|
|
</mj-section>
|
|
</mj-body>
|
|
</mjml>
|