I try to use the title of pages in a shortcode, e.g. {{ range .Site.Data.states.TITLE.somejson.foo }}
Scenario:
I have several hundred json data files and for each a page. Every page has the same fields but with different values, hence the shortcode. The json files are named after the title of the page.
So is it possible to use the title variable (.Title) in the path of range in the shortcode?