The library that backs debug.Dump isn’t great, so we should look for an alternative. I noticed @moorereason introduced another “pretty printer” in a PR, maybe we could consider that – but Hugo’s Page is composed of lots of small interfaces, and that is something the reflection based tools doesn’t do well with.
I haven’t tested it thoroughly, but it did dump everything everywhere I tested it, including places where both {{ printf "%#v" . }} and {{ debug.Dump . }} gave unhelpful outputs.