I tried to traverse the nomad variable tree like the following:
data = <<EOH
{{ range nomadVarList "5gSystem" }}
{{ with nomadVar {{ .Path }} }}
{{- range .Tuples }}
{{ .K }}={{ .V }}
{{- end }}
{{ end }}
{{ end }}
EOH
but nomad reported an error:
Template failed: (dynamic): parse: template: :2: unexpected "{" in operand