<%= render 'header' %>
<% sorted_articles[0..9].each do |article| %>

<%= article.attributes[:title] %>

<% end %>
<%= render 'footer' %>