Comment pouvons-nous vous aider ?
Nos équipes sont à votre disposition.
Search
<%= heading %>
<% } %>-
<% articles.forEach(function(article) { %>
-
<% var section = sections.filter(function(section) { return section.id === article['section_id']; })[0] || null; %> <% if (section) { %> <%= section.name %> <% } else { %> Aucune catégorie <% } %>
<%= Util.getExcerpt(article.title || '', excerptLength) %>
<%= Util.getExcerpt(article.body || '', excerptLength) %>
<% var date = article.created_at !== article.updated_at ? article.updated_at : article.created_at %><%= new Date(date).toDateString().split(' ').slice(1).join(' ') %>
<% }) %>