<%# organizations/main_feed will iterate on stories with .each_with_index,
thus by using .present? here we preload the items %>
<% if @stories.present? %>
<%= render "organizations/main_feed" %>
<% end %>
<%= t("core.loading") %>