Hi. How can we help?
Search
What's new
<% articles.forEach(function(article) {
var section = sections.filter(function(section) {
return section.id === article['section_id'];
})[0] || null;
%>
<% }) %>
<% } %>