%= stylesheet_link_tag "web/web", media: "all" %>
<%= include_gon(:init => true) %>
<%= csrf_meta_tags %>
<% if content_for?(:social_meta) %>
<%= yield(:social_meta) %>
<% else %>
<%= render "layouts/social_meta" %>
<% end %>
<%= render "shared/ad_sense" %>
<% if @responsive %>
<% end %>
<%= javascript_include_tag "web/web" %>
<% if @no_user_dropdown %>
<% else %>
<% unless @welcome_page %>
<%= render "users/user_dropdown" %>
<% else %>
<%= render "users/video_carousel" %>
<% end %>
<% end %>
<%= link_to root_path do %>
<%= image_tag("web/logo_home.png", :alt => "JamKazam logo", :size => "298x54") %>
<% end %>
<% if !@welcome_page && !@no_landing_tag %>
Live music platform &
social network for musicians
<% elsif @landing_tag_play_learn_earn %>
WHERE MUSICIANS CONNECT, PLAY, LEARN, & EARN
<% end %>
<% if @show_cta_free_jamtrack %>
<%= link_to image_tag("web/free-jamtrack-cta.png", :alt => "ClICK HERE TO PICK YOUR FIRST JAMTRACK FREE!"), "/client#/jamtrack/search", class: "cta-free-jamtrack" %>
$2.99 value
<% end %>