Search
Featured Articles
empty
-
<% articles.forEach(function(article) { %>
-
<%= article.title %> <% if (article.promoted) { %> <% } %>
<% }) %>
<% articles.forEach(function(article, index) { %>
<% var section = sections.filter(function(section) { return section.id === article['section_id']; })[0] || null; %>
<% }) %>
<% } %>