I'm using hugo as a static site generator, and need to do something like this:
$.Site.Data.pages[{{ .Params.location }}].someStuff
I am not sure of the syntax to actually accomplish this and it's such an irritatingly simple thing that it's actually difficult to find by googling