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>
|
2022-04-09 21:34:04 +02:00
|
|
|
layout: {{ .context.Layout }}<br>
|
2022-04-09 01:36:05 +02:00
|
|
|
{{ if .caller }}caller: {{ .caller }}<br>{{ end }}
|
2022-04-09 21:34:04 +02:00
|
|
|
kind: {{ .context.Kind }}<br>
|
|
|
|
is page: {{ if .context.IsPage }}yes{{end}}<br>
|
2022-04-07 16:31:15 +02:00
|
|
|
{{ end }}
|