<% var categories_html_url; categories.forEach(function(category, index) { categories_html_url = category.html_url; %>
<%= partial('partial-section-list-sections', { parent: category, sections: category.sections, maxSections: maxSections, partial: partial }) %>
<% }); %>