Bonjour. Comment pouvons-nous vous aider ?
Recherche
Nouveautés
              <% articles.forEach(function(article) {
                  var section = sections.filter(function(section) {
                   return section.id === article['section_id'];
                  })[0] || null;
                %>
                
              <% }) %>
            
          <% } %>