{{ $toc := . }} {{- if $toc -}}
Auf dieser Seite:
{{- $h1cnt := 0 -}} {{- $h2cnt := 0 -}} {{- $h3cnt := 0 -}} {{- $h4cnt := 0 -}} {{- $h5cnt := 0 -}} {{- $h6cnt := 0 -}}
{{- range $i, $t := $toc -}}
{{- if eq $t.Level 1 -}} {{- $h1cnt = Add $h1cnt 1 -}} {{ $t.Title }} {{- else if eq $t.Level 2 -}} {{- $h2cnt = Add $h2cnt 1 -}} {{ $t.Title }} {{- else if eq $t.Level 3 -}} {{- $h3cnt = Add $h3cnt 1 -}} {{ $t.Title }} {{- else if eq $t.Level 4 -}} {{- $h4cnt = Add $h4cnt 1 -}} {{ $t.Title }} {{- else if eq $t.Level 5 -}} {{- $h5cnt = Add $h5cnt 1 -}} {{ $t.Title }} {{- else if eq $t.Level 6 -}} {{- $h6cnt = Add $h6cnt 1 -}} {{ $t.Title }} {{- end -}}
{{- end -}}
{{- end -}}