bunteshaus.de/themes/buha/layouts/partials/debug.html

11 lines
336 B
HTML

{{ if eq site.Params.debug true }}
Title: {{ .context.Title }}<br>
Name: {{ .context.Name }}<br>
section: {{ .context.Section }}<br>
type: {{ .context.Type }}<br>
layout: {{ .context.Layout }}<br>
{{ if .caller }}caller: {{ .caller }}<br>{{ end }}
kind: {{ .context.Kind }}<br>
is page: {{ if .context.IsPage }}yes{{end}}<br>
{{ end }}