| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- [[Subject .Subject "Welcome to Grafana"]]
- <table class="row">
- <tr>
- <td class="wrapper last">
- <table class="twelve columns">
- <tr>
- <td>
- <h4>Hi [[.Name]],</h4>
- </td>
- <td class="expander"></td>
- </tr>
- <tr>
- <td>
- Welcome! Ready to start building some beautiful metric and analytic dashboards?
- </td>
- </tr>
- </table>
- </td>
- </tr>
- </table>
- <table class="row">
- <tr>
- <td class="wrapper last">
- <table class="twelve columns">
- <tr>
- <td class="center">
- <p>
- If you are new to Grafana please read the <a href="http://docs.grafana.org/guides/gettingstarted/">Getting Started</a> guide.
- </p>
- </td>
- <td class="expander"></td>
- </tr>
- <tr>
- <td>
- Thank you for joining our community.
- <br />
- <p>The Grafana Team</p>
- </td>
- </tr>
- </table>
- </td>
- </tr>
- </table>
|