{{ if not .Params.notoc }} {{ with .TableOfContents }} {{ if ge (len .) 200 }} {{ $tocEntries := ( . | findRE "
  • (.|\n)*?
  • ") }} {{ $firstEntries := (first 3 $tocEntries) }} {{ $remainingEntries := (after 3 $tocEntries) }}
    {{ partial "page-meta-links.html" $ }}
    {{ end }} {{ end }} {{ end }}