<% articles.forEach(function(article, index) { %>
<% var section = sections.filter(function(section) { return section.id === article['section_id']; })[0] || null; %>
<% }) %>
<% } %>
<%= block.description %>
<% } %>