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
411 B

<%- partial('_pre') %>
<% if(page.content && page.toc != false && toc(page.content).length > 0){ %>
<section class="widget toc-wrapper <%- page.widget_style %> <%- page.widget_platform %>">
<%- partial('header', {item: item}) %>
<div class='content'>
<%- toc(page.content, {list_number: item.list_number, min_depth: item.min_depth, max_depth: item.max_depth}) %>
</div>
</section>
<% } %>