7 lines
191 B
HTML
Raw Normal View History

2022-04-10 15:20:41 +07:00
{{ if eq .Params.toc true }}
<nav class="toc" aria-labelledby="toc-heading">
<strong id="toc-heading">{{ T "table_of_contents" }}</strong>
{{ .TableOfContents }}
</nav>
{{ end }}