Developer Resources
Resources for developers for doing stuff they need to for their job
-
<% 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 %>
<% if (article.isActive) { %>
<% }); %>
-
<%= article.title %>
<% if (article.isActive) { %>