{{ $class := .Get "class" | default "table-of-contents" }} {{ $heading := .Get "heading" | default "Table of Contents" }} {{ $showHeading := .Get "showHeading" | default true }} {{ if .Page.TableOfContents }}
{{ if $showHeading }}

{{ $heading }}

{{ end }}
{{ .Page.TableOfContents }}
{{ end }}