U kunt uw concepten vinden onder "Uw account" en vervolgens "Uw concepten". U moet aangemeld zijn om concepten op te slaan en later te openen.
<% if (previousArticle) { %>
<% } %>
<% if (allItems.length > 1) { %>
<% if (previousTitle) { %>
<% } %>
<% if (nextArticle) { %>
Vorig artikel
<% } %> <%= previousArticle.title %>
<% if (nextTitle) { %>
<% } %>
Volgend artikel
<% } %> <%= nextArticle.title %>In this article
-
<% allItems.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 }) %> <% }); %>