Files
FixIt/layouts/_partials/_debug/dump.html
T

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 -}}