toc.html 191 B

123456
  1. {{ if eq .Params.toc true }}
  2. <nav class="toc" aria-labelledby="toc-heading">
  3. <strong id="toc-heading">{{ T "table_of_contents" }}</strong>
  4. {{ .TableOfContents }}
  5. </nav>
  6. {{ end }}