template.SetDefaultVariables(
	map[string]string{
		"NAME":    "Joe ",
		"SURNAME": "Smith",
	},
)