dump the current scope in Hugo

{{ . | jsonify (dict "indent" " ") }}

or dump a variable

{{ $var | jsonify (dict "indent" " ") }}

Now you will be see what are the variable in this object, so no more guessing during template development.