You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
400 B

4 years ago
<% if(page.content && page.toc != false && toc(page.content).length > 0){ %>
<section class='widget <%- theme.blur.widget ? 'widget-blur' : '' %> toc-wrapper'>
4 years ago
<%- partial('header', {item: item}) %>
6 years ago
<div class='content <%= theme.style %>'>
4 years ago
<%- toc(page.content, {list_number: item.list_number, min_depth: item.min_depth, max_depth: item.max_depth}) %>
6 years ago
</div>
</section>
6 years ago
<% } %>