7 lines
191 B
HTML
7 lines
191 B
HTML
{{ if eq .Params.toc true }}
|
|
<nav class="toc" aria-labelledby="toc-heading">
|
|
<strong id="toc-heading">{{ T "table_of_contents" }}</strong>
|
|
{{ .TableOfContents }}
|
|
</nav>
|
|
{{ end }}
|