Hello,
I would like to set a specific variable durring a loop (range), with Scratch. But somehow if i want to print the value, nothing happend. Why is that?
Example Code:
{{ range $.Site.Data.foo.bar }}
{{ .Scratch.Set "foo" "bar"}}
{{end}}
{{ .Scratch.Get "foo"}}