<%= partial('partial-article-list-sections', {
id: 'category-' + category.id,
parentId: '#sidebar-article-navigation',
sections: category.sections,
activeCategoryId: activeCategoryId,
activeSectionId: activeSectionId,
activeArticleId: activeArticleId,
partial: partial
}) %>
<% }); %>
Comments
1 comment
I appreciate your question and your goal! The answer is (as you probably suspected), it depends. You'll notice the nuance in these details.
And, as you'd expect, all of those details are subject to change. Let me know if you have any other questions! Thanks again for reaching out!
Andy R
Please sign in to leave a comment.