<%= render partial: 'article_small', locals: { article_small: @first_article, article_class: 'first', article_counter: -1 } unless @first_article.nil? %>
<%= render partial: 'article_collection', collection: @articles %>
<% if @articles.num_pages > 1 %>
<% end %>