Support Help Center

<% if (heading) { %>

<%= heading %>

<% } %>

    <% blocks.forEach(function(block, index) { %>
  • <% }) %>
    <% categories.forEach(function(category, index) { %>
  • <%= partial('partial-article-list-sections', { id: 'category-' + category.id, parentId: '#sidebar-article-navigation', sections: category.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, partial: partial }) %>

  • <% }); %>