<%= csrf_meta_tags %> <%= csp_meta_tag %> <%= yield :meta %> <%= favicon_link_tag %> <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload' %> <%= javascript_include_tag 'application', 'data-turbolinks-track': 'reload' %> <%= javascript_pack_tag 'application' %> <%= javascript_include_analytics_js %>
<%= render "flash" %>
<%= content_for?(:header) ? yield(:header) : render("header") %> <%= render "masquerade" if masquerading? %>
<%= content_for?(:content) ? yield(:content) : yield %>
<%= identify_user_for_analytics Current.user %> <%= javascript_tag nonce: true do %> if (!navigator.cookieEnabled && window.location.pathname !== "<%= cookies_disabled_path %>") { window.location = "<%= cookies_disabled_path %>"; } <% end %>