<% if (items.length > 1) { %>
<% } %>
<% if (items.length) { %>
In this article
-
<% items.forEach(function(item) { %>
- <%= item.name %> <%= partial('partial-table-of-contents', { items: item.children, partial: partial }) %> <% }); %>
-
<% items.forEach(function(item) { %>
- <%= item.name %> <%= partial('partial-table-of-contents', { items: item.children, partial: partial }) %> <% }); %>
Commentaires
0 commentaire
Vous devez vous connecter pour laisser un commentaire.