welcome_on_signup.html 890 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. [[Subject .Subject "Welcome to Grafana"]]
  2. <table class="row">
  3. <tr>
  4. <td class="wrapper last">
  5. <table class="twelve columns">
  6. <tr>
  7. <td>
  8. <h4>Hi [[.Name]],</h4>
  9. </td>
  10. <td class="expander"></td>
  11. </tr>
  12. <tr>
  13. <td>
  14. Welcome! Ready to start building some beautiful metric and analytic dashboards?
  15. </td>
  16. </tr>
  17. </table>
  18. </td>
  19. </tr>
  20. </table>
  21. <table class="row">
  22. <tr>
  23. <td class="wrapper last">
  24. <table class="twelve columns">
  25. <tr>
  26. <td class="center">
  27. <p>
  28. If you are new to Grafana please read the <a href="http://docs.grafana.org/guides/gettingstarted/">Getting Started</a> guide.
  29. </p>
  30. </td>
  31. <td class="expander"></td>
  32. </tr>
  33. <tr>
  34. <td>
  35. Thank you for joining our community.
  36. <br />
  37. <p>The Grafana Team</p>
  38. </td>
  39. </tr>
  40. </table>
  41. </td>
  42. </tr>
  43. </table>