<% var maxSections = 5 %>
Abrir/cerrar menú de navegación
<% categories.forEach(function(category, index) { %>
<% if (category.id === activeCategoryId) { %>
<%= partial('partial-article-list-sections', {
id: 'category-' + category.id,
parent: category,
sections: category.sections,
activeCategoryId: activeCategoryId,
activeSectionId: activeSectionId,
activeArticleId: activeArticleId,
maxSections: maxSections,
partial: partial
}) %>
<% } %>
<% }) %>