Nos encantaría saber su opinión. Puede compartir comentarios enviándonos un correo electrónico. Pulse el ícono del menú (tres líneas horizontales) situado en la esquina superior izquierda de Taptap Send y seleccione "Ayuda y comentarios". A continuación, puede seleccionar "enviar correo electrónico" y escribirnos qué opina.
Búsqueda
<% if (previousArticle) { %>
<% } %>
<% if (items.length > 1) { %>
<% if (previousTitle) { %>
<% } %>
<% if (nextArticle) { %>
<%= previousTitle %>
<% } %> <%= previousArticle.title %>
<% if (nextTitle) { %>
<% } %>
<%= nextTitle %>
<% } %> <%= nextArticle.title %>-
<% 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 }) %> <% }); %>