<% feeds = ["Popular", "Top", "Trending"] %> <% if env.get? "user" %> <% feeds << "Subscriptions" %> <% end %> <% feeds.each do |feed| %> <% end %>