2024-10-11 17:32:10 +03:00
|
|
|
{% include toc-status.html %}
|
2021-12-07 09:53:48 +03:00
|
|
|
|
|
|
|
{% if enable_toc %}
|
2024-10-11 17:32:10 +03:00
|
|
|
<section id="toc-wrapper" class="ps-0 pe-4">
|
2024-04-28 22:36:16 +03:00
|
|
|
<h2 class="panel-heading ps-3 mb-2">{{- site.data.locales[include.lang].panel.toc -}}</h2>
|
2023-03-15 21:56:54 +03:00
|
|
|
<nav id="toc"></nav>
|
2023-09-08 17:48:37 +03:00
|
|
|
</section>
|
2021-12-01 16:48:57 +03:00
|
|
|
{% endif %}
|