{{ $toc := and ($.Site.Params.toc) (ge .WordCount $.Site.Params.tocWordCount) }} {{ if isset .Params "toc" }} {{ $toc = .Params.toc }} {{ end }} {{ if $toc }} {{ $tocContent := .TableOfContents }} {{ if findRE "
  • " $tocContent }}
    Table of Contents
    {{ .TableOfContents }}
    {{ end }} {{ end }}