Hoi, hoe kunnen we je helpen?
Zoeken
Wat is er nieuw?
              <% articles.forEach(function(article) {
                  var section = sections.filter(function(section) {
                   return section.id === article['section_id'];
                  })[0] || null;
                %>
                
              <% }) %>
            
          <% } %>