Back to Hugo

debug.Dump

docs/content/en/functions/debug/Dump.md

0.161.1371 B
Original Source
go-html-template
<pre>{{ debug.Dump hugo.Data.books }}</pre>
json
[
  {
    "author": "Victor Hugo",
    "rating": 4,
    "title": "The Hunchback of Notre Dame"
  },
  {
    "author": "Victor Hugo",
    "rating": 5,
    "title": "Les Misérables"
  }
]

[!note] Output from this function may change from one release to the next. Use for debugging only.