mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 23:38:56 +00:00
9 lines
227 B
HTML
9 lines
227 B
HTML
{{- /*
|
|
This is a debug partial that dumps the current context.
|
|
@example
|
|
{{- partial "_debug/dump.html" . -}}
|
|
*/ -}}
|
|
{{- if eq hugo.Environment "debug" | and hugo.IsServer -}}
|
|
<pre>{{ debug.Dump . }}</pre>
|
|
{{- end -}}
|