% provide :main_class, 'no-body' %>
<% @news.each_with_index do |item, i| %>
<%= render partial: 'preview', locals: { article: item, full: (true if i == 0) } %>
<% end %>
<%= link_to t('news.archive'), '/news/archive', class: 'button' %>
<% if cuser and cuser.admin? %>
<%= link_to t('helpers.submit.post.new'), new_article_path, class: "button" %>
<% end %>