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

9 lines
250 B
HTML
Raw Normal View History

2022-04-09 01:36:05 +02:00
{{ if eq site.Params.debug true }}
2022-04-07 16:31:15 +02:00
Title: {{ .context.Title }}<br>
Name: {{ .context.Name }}<br>
2022-04-08 17:21:11 +02:00
section: {{ .context.Section }}<br>
2022-04-09 01:36:05 +02:00
type: {{ .context.Type }}<br>
{{ if .caller }}caller: {{ .caller }}<br>{{ end }}
kind: {{ .context.Kind }}
2022-04-07 16:31:15 +02:00
{{ end }}