<% data.blog.articles[0...5].each_with_index do |article, i| %>

<%= article.title %> <%= article.date.strftime('%b %e %Y') %>

<%= article.summary %>
read on »
<% end %>