<%= section.name %>
<% if (section.sections.length || section.articles.length) { %>
<% } %>
<%= partial('partial-article-list-sections', {
id: 'section-' + section.id,
parentId: '#' + category.id,
sections: section.sections,
activeCategoryId: activeCategoryId,
activeSectionId: activeSectionId,
activeArticleId: activeArticleId,
partial: partial
}) %>
<% if (section.articles.length) { %>