mirror of
https://github.com/clockworkpi/wiki.clockworkpi.com.git
synced 2025-12-12 16:58:50 +01:00
9 lines
229 B
HTML
9 lines
229 B
HTML
{% if page.toc == true %}
|
|
<div class="generated-sidebar portlet" id="p-toc" role="toc">
|
|
<h3>{{ site.data.i18n[site.lang].label.toc }}</h3>
|
|
<div class="portlet-body">
|
|
{{ content | toc_only }}
|
|
</div>
|
|
</div>
|
|
{% endif %}
|