Most tasks can be managed directly within the app. If you need additional assistance, our support team is here to help. You can reach out by clicking the Support tab in the app or by submitting a request through our Help Center. If a phone number is not listed for your specific query, we provide dedicated support exclusively via email.
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 }) %> <% }); %>