When debugging issues on my theme, there are many times where knowing the value of a certain variable (eg. {{ .Permalink }}) would be helpful. On my own, I typically insert it into a layout and see how its resolved. This isn’t nice in this case, but doesn’t work at all when trying to debug what’s going wrong with someone’s theme from afar. Is there a better way?