<%- title %>

<% _.each(articles, function(article) { %>

<%- article.title %>

<%- article.content %>

<% }); %>