<% cache(release_adjusted_cache_key("main-sidebar-nav--#{user_signed_in?}--#{current_user&.following_tags_count&.positive?}"), expires_in: 15.minutes) do %> <%= render "articles/sidebar_nav" %> <% @sponsorships = Sponsorship.gold.live.includes(:organization).order(featured_number: :asc) %> <%# the pattern .present?/.each has the advantage of issuing only a single SQL query to load objects in memory %> <% if @sponsorships.present? %>
px-1" id="sponsorship-widget">

<%= SiteConfig.sponsor_headline %> <%= inline_svg_tag("twemoji/heart.svg", aria: true, class: "crayons-icon crayons-icon--default ml-1", title: "Love") %>

<% @sponsorships.each do |sponsorship| %> <%= render "articles/single_sponsor", sponsorship: sponsorship %> <% end %> Become a sponsor
<% end %> <% end %> <% cache("display-area-left-#{rand(5)}", expires_in: 5.minutes) do %> <% @left_sidebar_ad = DisplayAd.for_display("sidebar_left") %> <% if @left_sidebar_ad %>
<%= @left_sidebar_ad.processed_html.html_safe %>
<% end %> <% end %>