/{{ .Page.Slug }}
{{- if .Page.HeadWidgets }}Head widgets
-
{{- range .Page.HeadWidgets }}
- {{ if .Title }}{{ .Title }}{{ else }}(untitled){{ end }} — {{ .Type }} {{- end }}
Columns
{{- if not .Page.Columns }}No columns configured on this page. Edit the YAML manually to add columns — column editing comes in a later phase.
{{- end }} {{- range $colIdx, $col := .Page.Columns }}Column {{ $col.Index }} ({{ if $col.Size }}{{ $col.Size }}{{ else }}default{{ end }})
{{- if not $col.Widgets }}No widgets in this column.
{{- else }}-
{{- range $col.Widgets }}
-
{{ if .Title }}{{ .Title }}{{ else }}(untitled){{ end }} — {{ .Type }}
{{- end }}