How can we help?
Search
<% if (heading) { %>
<%= heading %>
<% } %>
<% blocks.forEach(function(block, index) { %>
<% }) %>
<% if (heading) { %>
<%= heading %>
<% } %>
<% if (categories.length > 1) { %>
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<% }) %>
<% } else { %>
<% sections.forEach(function(section, index) { %>
<% if (category.sections.length) { %>
-
<% category.sections.forEach(function(section) { %>
- <%= section.name %> <% }) %>
<%= section.name %>
<% }) %>
<% } %>
<% if (section.sections.length) { %>
-
<% section.sections.forEach(function(section) { %>
- <%= section.name %> <% }) %>
-
<% section.articles.forEach(function(article) { %>
- <%= article.title %> <% }) %>
Can't find what you're looking for?
Can't find what you're looking for?
Get in touch with the PPM Support TeamCategories
Toggle navigation menu
Categories
-
<% sections.forEach(function(section) { %>
-
<%= partial('partial-article-list-sections', {
id: 'section-' + section.id,
parentId: '#' + id,
sections: section.sections,
activeCategoryId: activeCategoryId,
activeSectionId: activeSectionId,
activeArticleId: activeArticleId,
partial: partial
}) %>
<% if (section.articles.length) { %>
-
<% section.articles.forEach(function(article) { %>
- <%= article.title %> <% }); %>
<% }); %>
-
<% sections.slice(0, maxSections).forEach(function(section) { %>
- <%= section.name %> <%= partial('partial-section-list-sections', { parent: section, sections: section.sections, maxSections: maxSections, partial: partial }) %> <% }); %> <% if (sections.length > maxSections) { %>
- See more <% } %>