You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
{{ if and .Content .Params.paige.toc (ne .TableOfContents `<nav id="TableOfContents"></nav>`) }}
|
|
<section class="paige-toc">
|
|
<div class="border mb-3 pe-3 ps-3 pt-3 rounded">
|
|
{{ .TableOfContents }}
|
|
</div>
|
|
</section>
|
|
{{ end }}
|