2019-04-28 18:20:03 +02:00

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 %}