-
-
Notifications
You must be signed in to change notification settings - Fork 7.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add command to dump template variables #1009
Comments
I thought that we could write a for loop in the template to iterate through all the values in
|
Future thoughts - given how fast Hugo is, would it be possible to have a template hiding on the back end that did a pretty print of the current environment and passed that through CSS to float a window that displayed the results in a navigable hierarchy? |
Yes - that's a good idea ... but since the current context is per page/node, it should be some kind of DebugWrapper around each html file. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
See http://discuss.gohugo.io/t/the-never-ending-confusion-over-variables/804/10
The text was updated successfully, but these errors were encountered: