mirror of
https://github.com/grafana/grafana.git
synced 2024-11-22 08:56:43 -06:00
8dab3bf36c
* add .TemplateData property to data in order to populate template <title> tags with the compiled subject value * update all templates * re-enable integration test and update implementation to check changes * chore: fmt * add HiddenSubject template func and update text templates * slight performance improvement, only execute subject template once * update template I missed --------- Co-authored-by: Gilles De Mey <gilles.de.mey@gmail.com>
12 lines
353 B
Plaintext
12 lines
353 B
Plaintext
[[HiddenSubject .Subject "Welcome to Grafana"]]
|
|
|
|
Hi [[.Name]],
|
|
|
|
Welcome! Ready to start building some beautiful metric and analytic dashboards?
|
|
|
|
If you are new to Grafana, refer to the Getting started with Grafana guide on https://grafana.com/docs/grafana/latest/getting-started/getting-started/.
|
|
|
|
Thank you for joining our community.
|
|
|
|
The Grafana team
|