<%= I18n.t('public_portal.header.uncategorized') %>

<% portal.articles.published.where(category_id: nil).order(position: :asc).take(5).each do |article| %>
<%= article.title %> <%= render partial: 'icons/chevron-right' %>
<% end %>
<%= render 'public/api/v1/portals/article_count', article_count: portal.articles.published.where(category_id: nil).size %>