Si vous n'êtes pas connecté, vous trouverez le bouton "Enregistrer" en haut du menu de l'éditeur. Si vous êtes connecté, le livre photo est automatiquement enregistré dans votre bibliothèque.
<% if (previousArticle) { %>
<% } %>
<% if (allItems.length > 1) { %>
<% if (previousTitle) { %>
<% } %>
<% if (nextArticle) { %>
Article précédent
<% } %> <%= previousArticle.title %>
<% if (nextTitle) { %>
<% } %>
Article suivant
<% } %> <%= 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 }) %> <% }); %>