<% if @user && @user.class.name == "User" %>
<% elsif @user && @user.class.name == "Organization" %>
<% if @organization.story.present? %>
<% end %>
<% if @organization.tech_stack.present? %>
<% end %>
<% elsif @query %>
<% elsif @tag %>
<% if @tag_model && @tag_model.short_summary.present? %>
<% end %>
<% if @tag_model && @tag_model.rules_html.present? %>
<% end %>
<% if @tag_model && @tag_model.wiki_body_html.present? %>
<% end %>
<% if @tag == "javascript" %>
<% end %>
<% elsif @podcast_index && @podcasts %>
<% elsif @podcast %>
<% else %>
<% cache("main-sidebar-nav--#{user_signed_in?}", :expires_in => 5.days) do %>
<%= render "articles/sidebar_nav" %>
<% end %>
<% end %>