Debugging
It is often useful to know the shape of the data passed to your page templates; to print the data inline use the json helper.
{{json this pretty=true}}
If you want to output to a terminal window use the log
helper:
Narrow it down if you need to, for example:
{{json authors pretty=true}}
Will output: