<% for (var i=0; i < threads.length - 1; i += 2) { %>
<%- ejs.rtfe('article', threads[i]) %>
<%- ejs.rtfe('article', threads[i + 1]) %>
<% } %>