Inspect Helper
You can easily see what is in each template.
Helper - inspect
This helper triggers the inspect
Helper - this
When used with inspect, looks at the datasource that your in and produces the template as a JSON.
Example string:
{{inspect this}}
if you only want to inspect particular part of context let’s say agency, then:
{{inspect this.agency}}