10 lines
290 B
HTML
10 lines
290 B
HTML
![]() |
<div class="wrapper__right">
|
||
|
{{ if eq ($.Param "tocPosition") "outer" }}
|
||
|
{{ if or ($.Param "enableToc") ($.Param "toc") }}
|
||
|
<div class="toc toc__outer {{ if $.Param "hideToc" }}hide{{ end }}">
|
||
|
{{ .TableOfContents }}
|
||
|
</div>
|
||
|
{{ end }}
|
||
|
{{ end }}
|
||
|
</div>
|