Files
autoglue/internal/assets/emails/error-notification.tmpl
2025-09-01 13:34:13 +01:00

12 lines
208 B
Cheetah

{{define "subject"}}Runtime error for {{.BaseURL}}{{end}}
{{define "plainBody"}}
Error message: {{.Message}}
Request method: {{.RequestMethod}}
Request URL: {{.RequestURL}}
Stack trace:
{{.Trace}}
{{end}}