mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
This PR aimes to [fix this issue](https://github.com/coder/internal/issues/448) - The main idea is to remove greetings from templates stored in the DB - and instead push it into the template for require methods - for now SMTP.
7 lines
122 B
Go Template
7 lines
122 B
Go Template
Hi {{ .UserName }},
|
|
|
|
{{ .Labels._body }}
|
|
|
|
{{ range $action := .Actions }}
|
|
{{ $action.Label }}: {{ $action.URL }}
|
|
{{ end }} |