Hello!
I’m new to Hugo. I do enjoy the good documentation, still there is one thing I can’t get working. I have a Site.Params as a text string and need to add this to a range call on a Site.Data. How do I need to write this? For you to imagine, it looks like this right now:
{{ range .Site.Data.videos.(.Site.Params.env }}
{{.image}}
{{end}}
Of course, this produces an error right now.