forked from Bunteshaus/bunteshaus.de
9 lines
250 B
HTML
9 lines
250 B
HTML
|
{{ if eq site.Params.debug true }}
|
||
|
Title: {{ .context.Title }}<br>
|
||
|
Name: {{ .context.Name }}<br>
|
||
|
section: {{ .context.Section }}<br>
|
||
|
type: {{ .context.Type }}<br>
|
||
|
{{ if .caller }}caller: {{ .caller }}<br>{{ end }}
|
||
|
kind: {{ .context.Kind }}
|
||
|
{{ end }}
|