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