Side Effect Hub
Information on side effects and how to manage them
-
<%
var currentSection = sections.filter(function(section) { return section.id === sectionId; })[0] || null;
var sectionArticles = currentSection ? currentSection.articles : []
sectionArticles.forEach(function(article) {
%>
- <% }) %>