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.
12 lines
369 B
HTML
12 lines
369 B
HTML
{{ if and .Content .Params.paige.toc (ne .TableOfContents `<nav id="TableOfContents"></nav>`) }}
|
|
<section>
|
|
<div class="container-fluid mb-3">
|
|
<div class="justify-content-center row">
|
|
<div class="border col col-auto pe-3 ps-3 pt-3 rounded">
|
|
{{ .TableOfContents }}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
{{ end }}
|