<% title sanitize(@organization.name) %> <%= content_for :page_meta do %> <%= render "users/meta" %> <% end %> <%= render "organizations/header" %>
" data-which="<%= @list_of %>" data-feed="<%= params[:timeframe] || "base-feed" %>" data-articles-since="<%= Timeframe.datetime_iso8601(params[:timeframe]) %>">
<%= render "organizations/sidebar" %>
<%# 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") %>
<%= javascript_packs_with_chunks_tag "storiesList", "followButtons", "hideBookmarkButtons", "localizeArticleDates", defer: true %>