• Blog posts
      <% sorted_articles.each do |post| %>
    • <%= link_to post[:title], post.path %>
    • <% end %>