%= csrf_meta_tags %>
<%= csp_meta_tag %>
<%= stylesheet_link_tag "application", "data-turbo-track": "reload" %>
<%= javascript_importmap_tags %>
<% if notice %><%= notice %>
<% end %>
<% if alert %><%= alert %>
<% end %>
<%= yield %>
<% if Rails.env == "development" %>