<% if(is_current('/404.html') || is_current('/404/')) { %> <%- partial('_partial/404') %> <% } else { %> <% if(is_current('/docs.html') || is_current('/docs/')) { %>
Return to the main page <%- toc(page.content, {min_depth: 2, max_depth: 3, list_number: false}) %>
<% } %>
<% if(is_current('/docs.html') || is_current('/docs/')) { %> Return to the main page <% } %>

<%= page.title %>

<%- page.content %>
<% } %>