<%= render 'header' %>
<% sorted_articles.each do |article| %>

<%= article.title %>

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