<%= csrf_meta_tags %> <%= csp_meta_tag %> <%= yield :head %> <%# Includes all stylesheet files in app/assets/stylesheets %> <%= stylesheet_link_tag :app, "data-turbo-track": "reload" %> <%= javascript_importmap_tags %> <%= render 'shared/auth_navigation' %> <% if notice || alert %>
<% if notice %>
<%= notice %>
<% end %> <% if alert %>
<%= alert %>
<% end %>
<% end %>
<%= yield %>